CryEngine.ConsoleCommandArgumentsHolder

CryEngine.ConsoleCommandArgumentsHolder

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...

Properties

int Capacity [get]
The amount of arguments this container can hold. More...

Detailed Description

Container for the arguments of console commands.

Member Function Documentation

◆ GetAllArguments()

string [] CryEngine.ConsoleCommandArgumentsHolder.GetAllArguments ( )
inline

Returns all arguments in an array.

Returns

◆ GetArgument()

string CryEngine.ConsoleCommandArgumentsHolder.GetArgument ( int index)
inline

Get the argument at the specified index.

Parameters
index
Returns

◆ SetArgument()

void CryEngine.ConsoleCommandArgumentsHolder.SetArgument ( int index,
string argument
)
inline

Set the value of an argument.

Parameters
index
argument

Property Documentation

◆ Capacity

int CryEngine.ConsoleCommandArgumentsHolder.Capacity
get

The amount of arguments this container can hold.