Property | Type | Description | |
---|---|---|---|
AddAPIUsing | void | ||
AddCallback | void | ||
AddPrototype | void | ||
AddVariable | void | ||
AddVariable | void | ||
AddVariable | void | ||
CreateInstance | |||
CreateInstance | |||
CreateInstance | |||
GetAPIUsing | |||
GetCallback | |||
GetPrototype | |||
GetVariable | |||
HasCallback | bool | ||
Initialize | void | ||
IsAPIUsing | bool | ||
IsPrototype | bool | ||
IsVariable | bool | ||
ScriptContext | Pokemon3D.Scripting.Adapters |
Method | Description | |
---|---|---|
AddAPIUsing ( |
||
AddCallback ( CallbackType callbackType, |
||
AddPrototype ( |
||
AddVariable ( |
Adds a variable to the context.
|
|
AddVariable ( string identifier, |
Adds a variable to the context.
|
|
AddVariable ( string identifier, |
Adds a variable to the context and sets the readonly property.
|
|
CreateInstance ( |
Creates an instance of the given prototype.
|
|
CreateInstance ( string exp ) : |
Creates an instance from a "new" operator.
|
|
CreateInstance ( string prototypeName, |
Creates an instance with the given prototype name.
|
|
GetAPIUsing ( string identifier ) : |
||
GetCallback ( CallbackType callbackType ) : |
||
GetPrototype ( string identifier ) : |
||
GetVariable ( string identifier ) : |
||
HasCallback ( CallbackType callbackType ) : bool | ||
Initialize ( ) : void | ||
IsAPIUsing ( string identifier ) : bool | ||
IsPrototype ( string identifier ) : bool | ||
IsVariable ( string identifier ) : bool |
Returns if this context has a variable with a given identifier defined.
|
|
ScriptContext ( |