Command Data
Last updated
Last updated
Represents a command and its related data. This can be used to convert any string into a refernce to the related commannds GameEvent and to extract the arguments from the command if any.
Indicates the command is valid, if false other fields will be null and this command can be ignored.
A reference to the related if valid.
The text that was parsed to find this command, this may contain additional commands.
The part of the text that follows the command if any
This constructor takes a refernce to a and will parse the provided text to construct the resulting command.