note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
argindex
Description
Get the name of the argument at the given index after --.
Name | Description |
---|---|
index | The naught-based offset to the script argument. |
value[] | The output string destination. |
size = sizeof (value) | The size of the destination. |
bool:pack = false | Should the return value be packed? |
Returns
true - the argument was found, false - it wasn't.
Notes
Separate parameters also count for the index here.
For example with --load test --run
the argument --run
is index 2
.