summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
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
---