Osiris/API/CharacterIsPlayer

From Divinity Engine Wiki
Revision as of 22:23, 28 November 2017 by Tinkerer (talk | contribs) (Clearer layout of the definition of "player-controlled")
Jump to: navigation, search
Full Definition(s)
  • query CharacterIsPlayer([in](CHARACTERGUID)_Character, [out](INTEGER)_Bool)
Description

Returns whether _Character is player-controlled.

Return Values
  • Success/Failure: Fails if _Character does not exist.
  • _Bool: 1 if _Character is player-controlled, 0 if not.
Notes
See Also