_STRING_SPLIT_AND_COUNT_SEGMENTS
Not officially named , Counts the number of segments in a string that are separated by specified delimiter characters, ignoring consecutive delimiters.
MISCBuild 1207
Signature
lua
StringSplitAndCountSegments(inputString, delimiters)
-- returns intParameters
| Name | Type | Description |
|---|---|---|
| char* | — | |
| char* | — |
Usage
lua
StringSplitAndCountSegments(inputString, delimiters)Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
