Cronous Emulation Server Daemon

Player.can_equip Method 

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;

Parameters

ii
The item to check.

Return Value

true if ok, false otherwise.

See Also

Player Class | croemud.game Namespace