Cronous Emulation Server Daemon

ItemContainer.free_slot Method 

Retrieves the first empty slot index.

[Visual Basic]
Public Function free_slot() As Integer
[C#]
public int free_slot();
[C++]
public: int free_slot();
[JScript]
public function free_slot(): int;

Return Value

Index of free slot, -1 if none.

See Also

ItemContainer Class | croemud.item Namespace