C# 클래스 OpenRA.Scripting.ScriptActorInterface

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

공개 메소드들

메소드 설명
OnActorDestroyed ( ) : void
ScriptActorInterface ( OpenRA.Scripting.ScriptContext context, Actor actor ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
InitializeBindings ( ) : void

메소드 상세

DuplicateKeyError() 보호된 메소드

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

MemberNotFoundError() 보호된 메소드

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

OnActorDestroyed() 공개 메소드

public OnActorDestroyed ( ) : void
리턴 void

ScriptActorInterface() 공개 메소드

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