Check whether the player can equip a given item.
[Visual Basic] Public Function can_equip( _ ByVal ii As ItemInstance _ ) As Boolean [C#] public bool can_equip( ItemInstance ii ); [C++] public: bool can_equip( ItemInstance* ii ); [JScript] public function can_equip( ItemInstance ii ): bool;
true if ok, false otherwise.
Player Class | croemud.game Namespace