mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -9675,7 +9675,7 @@
|
||||
{
|
||||
"name": "TextJoin",
|
||||
"description": "Join text strings with delimiter",
|
||||
"returnType": "const char *",
|
||||
"returnType": "char *",
|
||||
"params": [
|
||||
{
|
||||
"type": "const char **",
|
||||
@ -9694,7 +9694,7 @@
|
||||
{
|
||||
"name": "TextSplit",
|
||||
"description": "Split text into multiple strings",
|
||||
"returnType": "const char **",
|
||||
"returnType": "char **",
|
||||
"params": [
|
||||
{
|
||||
"type": "const char *",
|
||||
@ -9747,7 +9747,7 @@
|
||||
{
|
||||
"name": "TextToUpper",
|
||||
"description": "Get upper case version of provided string",
|
||||
"returnType": "const char *",
|
||||
"returnType": "char *",
|
||||
"params": [
|
||||
{
|
||||
"type": "const char *",
|
||||
@ -9758,7 +9758,7 @@
|
||||
{
|
||||
"name": "TextToLower",
|
||||
"description": "Get lower case version of provided string",
|
||||
"returnType": "const char *",
|
||||
"returnType": "char *",
|
||||
"params": [
|
||||
{
|
||||
"type": "const char *",
|
||||
@ -9769,7 +9769,7 @@
|
||||
{
|
||||
"name": "TextToPascal",
|
||||
"description": "Get Pascal case notation version of provided string",
|
||||
"returnType": "const char *",
|
||||
"returnType": "char *",
|
||||
"params": [
|
||||
{
|
||||
"type": "const char *",
|
||||
@ -9780,7 +9780,7 @@
|
||||
{
|
||||
"name": "TextToSnake",
|
||||
"description": "Get Snake case notation version of provided string",
|
||||
"returnType": "const char *",
|
||||
"returnType": "char *",
|
||||
"params": [
|
||||
{
|
||||
"type": "const char *",
|
||||
@ -9791,7 +9791,7 @@
|
||||
{
|
||||
"name": "TextToCamel",
|
||||
"description": "Get Camel case notation version of provided string",
|
||||
"returnType": "const char *",
|
||||
"returnType": "char *",
|
||||
"params": [
|
||||
{
|
||||
"type": "const char *",
|
||||
|
||||
Reference in New Issue
Block a user