summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2024-02-24 17:27:34 +0200
committerjussi2024-02-24 17:27:34 +0200
commit9f1bec39f9d3d67c5d194fa4553c2ace09656a1c (patch)
treeca03c5d6e623152e45751b03157ebe595b22d052 /API.md
parent04d2a7df47210f7ac4b9a44ade49af3d92375ee0 (diff)
downloadreilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.tar.gz
reilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.tar.bz2
reilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.zip
Api Scanner.
Diffstat (limited to 'API.md')
-rw-r--r--API.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/API.md b/API.md
index 215ca5e..d2b4dff 100644
--- a/API.md
+++ b/API.md
@@ -6712,6 +6712,14 @@ Split text into multiple strings
---
+> index = RL.TextFindIndex( string text, string find )
+
+Find first text occurrence within a string
+
+- Success return int
+
+---
+
## Models - Basic geometric 3D shapes drawing functions
---