Difference between revisions of "GetEquipped"
Jump to navigation
Jump to search
imported>PoHa! (entered info, used the template (I think) for functions) |
imported>Yukichigai |
||
Line 16: | Line 16: | ||
==Notes== | ==Notes== | ||
This function will only check for Armor and Weapon objects. It will not detect Armor Addon objects, such as integrated gloves or pieces of weapons like the Power Fist. | |||
==See Also== | ==See Also== |
Revision as of 19:47, 24 July 2014
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: GetEquipped.
A function included in the GECK version 1.1.0.36.
Description
Checks whether or not the calling actor has equipped the target object.
Syntax
[Actor].GetEquipped Target:ObjectID
Example
Player.getEquipped MS06LincolnsHat
Returns 1 if the player is wearing Lincoln's Hat
Notes
This function will only check for Armor and Weapon objects. It will not detect Armor Addon objects, such as integrated gloves or pieces of weapons like the Power Fist.