Container for the arguments of console commands. More...
Public Member Functions | |
| void | SetArgument (int index, string argument) |
| Set the value of an argument. More... | |
| string | GetArgument (int index) |
| Get the argument at the specified index. More... | |
| string [] | GetAllArguments () |
| Returns all arguments in an array. More... | |
Container for the arguments of console commands.
|
inline |
Returns all arguments in an array.
|
inline |
Get the argument at the specified index.
| index |
|
inline |
Set the value of an argument.
| index | |
| argument |
|
get |
The amount of arguments this container can hold.