C# Class OpenRA.Scripting.ScriptPlayerInterface

Inheritance: ScriptObjectWrapper
Show file Open project: pchote/OpenRA

Public Methods

Method Description
ScriptPlayerInterface ( OpenRA.Scripting.ScriptContext context, Player player ) : System

Protected Methods

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

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

ScriptPlayerInterface() public method

public ScriptPlayerInterface ( OpenRA.Scripting.ScriptContext context, Player player ) : System
context OpenRA.Scripting.ScriptContext
player Player
return System