C# Class TerrainDisplay.MpqConsole.ConsoleCommandStruct

Structor for a console command.
Afficher le fichier Open project: WCell/WCell-Terrain

Méthodes publiques

Свойство Type Description
commandCode CommandCode
commandData string

Private Methods

Méthode Description
ConsoleCommandStruct ( CommandCode command, string commandData ) : System

Property Details

commandCode public_oe property

Code (command) that is run
public CommandCode commandCode
Résultat CommandCode

commandData public_oe property

Data passed to the command
public string commandData
Résultat string