C# 클래스 OpenRA.Scripting.ScriptPlayerInterface

상속: ScriptObjectWrapper
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
ScriptPlayerInterface ( OpenRA.Scripting.ScriptContext context, Player player ) : System

보호된 메소드들

메소드 설명
DuplicateKeyError ( string memberName ) : string
MemberNotFoundError ( string memberName ) : string

메소드 상세

DuplicateKeyError() 보호된 메소드

protected DuplicateKeyError ( string memberName ) : string
memberName string
리턴 string

MemberNotFoundError() 보호된 메소드

protected MemberNotFoundError ( string memberName ) : string
memberName string
리턴 string

ScriptPlayerInterface() 공개 메소드

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