Osiris/API/CharacterIsInFightMode

From Divinity Engine Wiki
Revision as of 15:47, 9 April 2019 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query CharacterIsInFightMode([in](CHARACTERGUID)_Character, [out](INTEGER)_Bool)
Description

Returns whether _Character currently has its weapons unsheathed.

Return Values
  • Success/Failure: Fails if _Character does not exist.
  • _Bool: 1 if their weapons are currently unsheathed, 0 if not.
Notes
  • This property is unrelated to whether the character is currently in combat.
See Also