Osiris/API/CharacterIsPartyFollower

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • query CharacterIsPartyFollower([in](CHARACTERGUID)_Character, [out](INTEGER)_Bool)
Description

Returns whether _Character is a party follower.

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.
  • This query is unrelated to "regular followers" created via CharacterFollowCharacter and will return false for such followers (unless they are also party followers, but there is no point in doing so since party followers will automatically follow their recruiter character).
See Also