NuPlugin Type
Provides a way to make user-defined dispatchers, facets, and various other sorts of game- specific values and configurations.
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
Full Usage:
this.AllowCodeReload
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.CleanUp
Modifiers: abstract |
|
|
|
|
|
|
|
Full Usage:
this.InitialPackages
Returns: string list
Modifiers: abstract |
|
Full Usage:
this.Invoke
Parameters:
string
callbackArgs : obj list
world : World
Modifiers: abstract |
|
Full Usage:
this.MakeKeyedValues
Parameters:
World
Returns: (string * obj) list
Modifiers: abstract |
|
|
|
|
|
|
|
|