Osiris/API/CharacterIsControlled: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented CharacterIsControlled)
(No difference)

Revision as of 11:11, 30 November 2017

Full Definition(s)
  • query CharacterIsControlled((CHARACTERGUID)_Character, (INTEGER)_IsControlled)
Description

Returns whether _Character is currently controlled by a user/player.

Return Values
  • Success/Failure: Fails if _Character is NULL.
  • _Bool: 1 if _Character is currently controlled by a user, 0 if not.
Notes
  • /
See Also