Osiris/API/CharacterGetEquippedShield
From Divinity Engine Wiki
Revision as of 17:30, 17 February 2018 by RestingLichFace (talk | contribs)
Full Definition(s)
- query CharacterGetEquippedShield([in](CHARACTERGUID)_Character, [out](GUIDSTRING)_ItemGUID)
Description
Returns in _ItemGUID the shield 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 shield equipped by _Character in their off (left) hand.
Notes
- This is similar to CharacterGetEquippedItem for the Shield slot, except only for shield items.