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.
argstr
Description
Get the string value of an argument by name.
Name | Description |
---|---|
skip = 0 | The number of arguments (with potentially the same name) to skip. |
const argument[] = "" | The name of the argument, including - s and / s. |
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.