Difference between revisions of "GetEquippedWeapon - Actor"
Jump to navigation
Jump to search
m
Added notes/tidbit about the need for the weapon to be drawn.
imported>Justinms66 m (→See Also) |
imported>JustinOther m (Added notes/tidbit about the need for the weapon to be drawn.) |
||
Line 31: | Line 31: | ||
endIf | endIf | ||
</source> | </source> | ||
== Notes == | |||
* This will only return the weapon form equipped if it is drawn and will return 'None' if no weapon is drawn by the selected hand. | |||
== See Also == | == See Also == | ||
*[[Actor Script]] | *[[Actor Script]] | ||
*[[EquipItem - Actor]] | *[[EquipItem - Actor]] | ||
*[[GetEquippedShield - Actor]] | *[[GetEquippedShield - Actor]] |