C# 클래스 OpenRA.Mods.Common.Scripting.PlayerProperties

상속: OpenRA.Scripting.ScriptPlayerProperties
파일 보기 프로젝트 열기: cjshmyr/OpenRA

Private Properties

프로퍼티 타입 설명
GetActorsByType Actor[]
GetGroundAttackers Actor[]
HasPrerequisites bool

공개 메소드들

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

비공개 메소드들

메소드 설명
GetActorsByType ( string type ) : Actor[]
GetGroundAttackers ( ) : Actor[]
HasPrerequisites ( string type ) : bool

메소드 상세

PlayerProperties() 공개 메소드

public PlayerProperties ( OpenRA.Scripting.ScriptContext context, Player player ) : System.Collections.Generic
context OpenRA.Scripting.ScriptContext
player Player
리턴 System.Collections.Generic