diff options
Diffstat (limited to 'parser/output/raylib_api.json')
| -rw-r--r-- | parser/output/raylib_api.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index 4bfce70d..961578e5 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -9480,6 +9480,28 @@ ] }, { + "name": "TextToSnake", + "description": "Get Snake case notation version of provided string", + "returnType": "const char *", + "params": [ + { + "type": "const char *", + "name": "text" + } + ] + }, + { + "name": "TextToCamel", + "description": "Get Camel case notation version of provided string", + "returnType": "const char *", + "params": [ + { + "type": "const char *", + "name": "text" + } + ] + }, + { "name": "TextToInteger", "description": "Get integer value from text (negative values not supported)", "returnType": "int", |
