C# Class OpenRA.Scripting.ScriptActorInterface

Inheritance: ScriptObjectWrapper
Datei anzeigen Open project: pchote/OpenRA

Public Methods

Method Description
OnActorDestroyed ( ) : void
ScriptActorInterface ( OpenRA.Scripting.ScriptContext context, Actor actor ) : System

Protected Methods

Method Description
DuplicateKeyError ( string memberName ) : string
MemberNotFoundError ( string memberName ) : string

Private Methods

Method Description
InitializeBindings ( ) : void

Method Details

DuplicateKeyError() protected method

protected DuplicateKeyError ( string memberName ) : string
memberName string
return string

MemberNotFoundError() protected method

protected MemberNotFoundError ( string memberName ) : string
memberName string
return string

OnActorDestroyed() public method

public OnActorDestroyed ( ) : void
return void

ScriptActorInterface() public method

public ScriptActorInterface ( OpenRA.Scripting.ScriptContext context, Actor actor ) : System
context OpenRA.Scripting.ScriptContext
actor Actor
return System