Osiris/API/CharacterGetEquippedShield

From Divinity Engine Wiki
Revision as of 16:36, 21 December 2017 by LarIlya (talk | contribs) (Created page with "===== Full Definition(s) ===== * query '''CharacterGetEquippedShield'''('''''[in]'''(CHARACTERGUID)'''''_Character''',''''' [out]'''''(''GUIDSTRING'')'''_ItemGUID''') ===== De...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query CharacterGetEquippedShield([in](CHARACTERGUID)_Character, [out](GUIDSTRING)_ItemGUID)
Description

Returns in _ItemGUID the weapon wielded by _Character in their left hand.

Return Values
  • Success/Failure: Fails if _Character does not exist, or if the character has no item in their left hand.
  • _ItemGuid: The weapon equipped by _Character in their off (left) hand.
Notes
See Also