GB.FindClass

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