2.0
3.0
>
dev
>
api
>
name
>
gb.autocreate
Zurück
Weiter
Bearbeiten
Umbenennen
Rückgängig
Suchen
Verwaltung
Dokumentation
Achtung! Diese Seite wurde noch nicht übersetzt.
Siehe englische Version
GB.AutoCreate
void *
GB.AutoCreate
( GB_CLASS
class
, int
nparam
)
Returns the automatically created hidden instance of a
class
. Creates this instance if it does not exist yet.
class
is the class
identifier
.
nparam
is the number of constructor parameters you pushed on the stack with the
GB.Push
function.
Siehe auch
Object Management
,
Calling Functions