diff options
| author | jussi | 2024-02-24 17:27:34 +0200 |
|---|---|---|
| committer | jussi | 2024-02-24 17:27:34 +0200 |
| commit | 9f1bec39f9d3d67c5d194fa4553c2ace09656a1c (patch) | |
| tree | ca03c5d6e623152e45751b03157ebe595b22d052 /ReiLua_API.lua | |
| parent | 04d2a7df47210f7ac4b9a44ade49af3d92375ee0 (diff) | |
| download | reilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.tar.gz reilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.tar.bz2 reilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.zip | |
Api Scanner.
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 |
