C# 클래스 Server.Commands.Add.TileState

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 프로퍼티들

프로퍼티 타입 설명
m_Args string[]
m_FixedZ int
m_Outline bool
m_ZType TileZType

공개 메소드들

메소드 설명
TileState ( TileZType zType, int fixedZ, string args, bool outline ) : System

메소드 상세

TileState() 공개 메소드

public TileState ( TileZType zType, int fixedZ, string args, bool outline ) : System
zType TileZType
fixedZ int
args string
outline bool
리턴 System

프로퍼티 상세

m_Args 공개적으로 프로퍼티

public string[] m_Args
리턴 string[]

m_FixedZ 공개적으로 프로퍼티

public int m_FixedZ
리턴 int

m_Outline 공개적으로 프로퍼티

public bool m_Outline
리턴 bool

m_ZType 공개적으로 프로퍼티

public TileZType m_ZType
리턴 TileZType