GetTextSubstring — FiveM Natives
0x169BD9382084C8C0 · HUD · all
`` Returns a substring of a specified length starting at a specified position. Example: // Get "STRING" text from "MY_STRING" subStr = HUD::_GET_TEXT_SUBSTRING("MY_STRING", 3, 6); ``
Parameters
| Name | Type |
|---|---|
| text | char* |
| position | int |
| length | int |
Returns
char*