/
api
/
name
/ gb.findclass
GB.FindClass
Syntax
GB_CLASS
GB.FindClass
( const char *
name
)
Finds a class from its name.
name
is the name of the class.
If no class with the specified name exists, then a newly created class is returned. The interpreter assumes that the class will be loaded later.
See also
Class Management