STRING_TO_INT
Returns false if it's a null or empty string or if the string is too long. outInteger will be set to -999 in that case.
MISCBuild 1207
Signature
lua
StringToInt(string, outInteger)
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| const char* | — | |
| int* | — |
Usage
lua
StringToInt(string, outInteger)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
