C# 클래스 TerrainDisplay.MpqConsole.ConsoleCommandStruct

Structor for a console command.
파일 보기 프로젝트 열기: WCell/WCell-Terrain

공개 프로퍼티들

프로퍼티 타입 설명
commandCode CommandCode
commandData string

비공개 메소드들

메소드 설명
ConsoleCommandStruct ( CommandCode command, string commandData ) : System

프로퍼티 상세

commandCode 공개적으로 프로퍼티

Code (command) that is run
public CommandCode commandCode
리턴 CommandCode

commandData 공개적으로 프로퍼티

Data passed to the command
public string commandData
리턴 string