This function returns the Class Instance assigned to an object given. It allows for faster retrival of certian aspects, such a Member Types.
See Also: soop_OBJ_EnumMembers, soop_OBJ_MemberVal, soop_OBJ_Num
This returns the names of the Members on a Object, for debugging information. It returns the Current List of members defined on an object.
See Also: soop_OBJ_ClassIX, soop_OBJ_MemberVal, soop_OBJ_Num
This function allows the faster retrival of Member data on an object, mainly because there isn't as much overhead in this function, as there is with oget(). It was mainly used for the Debug System, so that as much speed could be gained without having to resort to the oget() function.
See Also: soop_OBJ_ClassIX, soop_OBJ_EnumMembers, soop_OBJ_Num
This returns the Number of Objects in Memory, for faster access to each object. It was primarly developed for the SOOP Debug Class, so that it could debug the Object Enviroment.
See Also: soop_OBJ_ClassIX, soop_OBJ_EnumMembers, soop_OBJ_MemberVal