IO::GetCommandLineArgs Function
Gets the command line arguments that were passed to the game.
Syntax
array<string>@ IO::GetCommandLineArgs()
Return value
array<string>@
The first element in the return value is always the full path to the game executable.
Remarks
None.