GB.FindClass

GB_CLASS GB.FindClass ( const char * name )

Finds a class from its name.

name is the name of the class.

Be careful : 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.