Osiris/API/CharacterIsPartyFollower: Difference between revisions
Jump to navigation
Jump to search
(Osiris Core APIs) |
(No difference)
|
Revision as of 13:52, 8 August 2017
Full Definition(s)
- query CharacterIsPartyFollower([in](CHARACTERGUID)_Character, [out](INTEGER)_Bool)
Description
Returns whether _Character is a character that follows a player character around. An NPC can be instructed to do so through CharacterFollowCharacter.
Return Values
- Success/Failure: Fails if _Character does not exist.
- _Bool: 1 if _Character is a party follower, 0 if not.
Notes
- CharacterIsPlayer will also return true for party followers.