Property | Type | Description | |
---|---|---|---|
Context | OpenRA.Scripting.ScriptContext |
Method | Description | |
---|---|---|
ContainsKey ( string key ) : bool | ||
ScriptObjectWrapper ( OpenRA.Scripting.ScriptContext context ) : System.Collections.Generic | ||
this ( LuaRuntime runtime, LuaValue keyValue ) : LuaValue |
Method | Description | |
---|---|---|
Bind ( IEnumerable | ||
DuplicateKeyError ( string memberName ) : string | ||
MemberNotFoundError ( string memberName ) : string |
protected abstract DuplicateKeyError ( string memberName ) : string | ||
memberName | string | |
return | string |
protected abstract MemberNotFoundError ( string memberName ) : string | ||
memberName | string | |
return | string |
public ScriptObjectWrapper ( OpenRA.Scripting.ScriptContext context ) : System.Collections.Generic | ||
context | OpenRA.Scripting.ScriptContext | |
return | System.Collections.Generic |
public this ( LuaRuntime runtime, LuaValue keyValue ) : LuaValue | ||
runtime | LuaRuntime | |
keyValue | LuaValue | |
return | LuaValue |