February 2013
Intermediate to advanced
538 pages
20h 55m
English
class_alias
bool class_alias(stringname, stringalias)
Creates an alias to the class name.
From then on, you can reference the class (for example, to instantiate
objects) with either name or
alias. Returns true if the alias could be created; if not,
it returns false.
Read now
Unlock full access