C# Class OpenRA.Scripting.ScriptActorInterface

Inheritance: ScriptObjectWrapper
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

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

Méthodes protégées

Méthode Description
DuplicateKeyError ( string memberName ) : string
MemberNotFoundError ( string memberName ) : string

Private Methods

Méthode Description
InitializeBindings ( ) : void

Method Details

DuplicateKeyError() protected méthode

protected DuplicateKeyError ( string memberName ) : string
memberName string
Résultat string

MemberNotFoundError() protected méthode

protected MemberNotFoundError ( string memberName ) : string
memberName string
Résultat string

OnActorDestroyed() public méthode

public OnActorDestroyed ( ) : void
Résultat void

ScriptActorInterface() public méthode

public ScriptActorInterface ( OpenRA.Scripting.ScriptContext context, Actor actor ) : System
context OpenRA.Scripting.ScriptContext
actor Actor
Résultat System