diff options
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 0b6f9b5..12d7b72 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -4039,6 +4039,13 @@ function RL.TextInsert( text, insert, position ) end ---@return any splits function RL.TextSplit( text, delimiter ) end +---Find first text occurrence within a string +---- Success return int +---@param text string +---@param find string +---@return any index +function RL.TextFindIndex( text, find ) end + -- Models - Basic geometric 3D shapes drawing functions ---Draw a line in 3D world space |
