Gets the object associated with an ID.
[Visual Basic] Function get_object( _ ByVal id As Integer _ ) As Object [C#] object get_object( int id ); [C++] Object* get_object( int id ); [JScript] function get_object( int id ): Object;
Object associated.
IDManagerInterface Interface | croemud.manager Namespace