Syntax
Parameters
entityHandle PFEntityHandle
PFEntityHandle returned from a auth call.
isTitlePlayer bool*output Will be set to true if the entity is a TitlePlayer and false otherwise.
Convenience method to check if an Entity is a Title Player. This is equivalent to calling PFEntityGetEntityKey and comparing entityKey.type to.
entityHandle PFEntityHandle
PFEntityHandle returned from a auth call.
isTitlePlayer bool*