Property | Type | Description | |
---|---|---|---|
AddTag | bool | ||
CallFunc | void | ||
Destroy | void | ||
HasTag | bool | ||
RemoveTag | bool | ||
Stop | void | ||
Teleport | void | ||
Wait | void |
Method | Description | |
---|---|---|
GeneralProperties ( OpenRA.Scripting.ScriptContext context, Actor self ) : Eluant |
Method | Description | |
---|---|---|
AddTag ( string tag ) : bool | ||
CallFunc ( Eluant.LuaFunction func ) : void | ||
Destroy ( ) : void | ||
HasTag ( string tag ) : bool | ||
RemoveTag ( string tag ) : bool | ||
Stop ( ) : void | ||
Teleport ( CPos cell ) : void | ||
Wait ( int ticks ) : void |
public GeneralProperties ( OpenRA.Scripting.ScriptContext context, Actor self ) : Eluant | ||
context | OpenRA.Scripting.ScriptContext | |
self | Actor | |
return | Eluant |