(Official) LUA Scripting Documentation
can_equip
Query whether or not the context actor can equip an item.
Spec:
can_equip(
long item_id)
Parameters
item_id
:
Returns
bool
: True if the context actor can equip this item, false if not
Incomplete
This documentation is incomplete