IsObjectReferencePublic (open)
Returns whether a object reference is public
Syntax
// Core function, no LOADLIB necessary
BOOLEAN FUNCTION IsObjectReferencePublic(OBJECT obj)Parameters
OBJECT objObject to check if public
Return value
BOOLEANReturns whether the object reference is public.
Description
This function returns whether an object reference is public. If not (it made using the PRIVATE THIS) it returns FALSE.