Gets a position where to drop the item according to the character's position.
[Visual Basic] Public Function drop_position( _ ByVal center As Integer _ ) As Integer [C#] public int drop_position( int center ); [C++] public: int drop_position( int center ); [JScript] public function drop_position( int center ): int;
Actual drop position.
GameRandom Class | croemud.game Namespace