Osiris/API/CharacterIsInFightMode: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented CharacterIsInFightMode)
 
mNo edit summary
 
Line 2: Line 2:
* query '''CharacterIsInFightMode'''('''''[in]'''(CHARACTERGUID)'''''_Character''',''''' [out]'''''(''INTEGER'')'''_Bool''')
* query '''CharacterIsInFightMode'''('''''[in]'''(CHARACTERGUID)'''''_Character''',''''' [out]'''''(''INTEGER'')'''_Bool''')
===== Description =====
===== Description =====
Returns whether the '''_Character'''' currently has its weapons unsheathed.
Returns whether '''_Character''' currently has its weapons unsheathed.
===== Return Values =====
===== Return Values =====
* '''Success/Failure''': Fails if '''_Character''' does not exist.
* '''Success/Failure''': Fails if '''_Character''' does not exist.

Latest revision as of 13:47, 9 April 2019

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