warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for 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.