C# Class TerrainDisplay.MpqConsole.ConsoleCommandStruct

Structor for a console command.
Show file Open project: WCell/WCell-Terrain

Public Properties

Property Type Description
commandCode CommandCode
commandData string

Private Methods

Method Description
ConsoleCommandStruct ( CommandCode command, string commandData ) : System

Property Details

commandCode public property

Code (command) that is run
public CommandCode commandCode
return CommandCode

commandData public property

Data passed to the command
public string commandData
return string