Update raylib_api.* by CI
This commit is contained in:
parent
e227371265
commit
43db59d1aa
4 changed files with 4 additions and 4 deletions
|
@ -9678,7 +9678,7 @@
|
||||||
"returnType": "char *",
|
"returnType": "char *",
|
||||||
"params": [
|
"params": [
|
||||||
{
|
{
|
||||||
"type": "const char **",
|
"type": "char **",
|
||||||
"name": "textList"
|
"name": "textList"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -6893,7 +6893,7 @@ return {
|
||||||
description = "Join text strings with delimiter",
|
description = "Join text strings with delimiter",
|
||||||
returnType = "char *",
|
returnType = "char *",
|
||||||
params = {
|
params = {
|
||||||
{type = "const char **", name = "textList"},
|
{type = "char **", name = "textList"},
|
||||||
{type = "int", name = "count"},
|
{type = "int", name = "count"},
|
||||||
{type = "const char *", name = "delimiter"}
|
{type = "const char *", name = "delimiter"}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3706,7 +3706,7 @@ Function 430: TextJoin() (3 input parameters)
|
||||||
Name: TextJoin
|
Name: TextJoin
|
||||||
Return type: char *
|
Return type: char *
|
||||||
Description: Join text strings with delimiter
|
Description: Join text strings with delimiter
|
||||||
Param[1]: textList (type: const char **)
|
Param[1]: textList (type: char **)
|
||||||
Param[2]: count (type: int)
|
Param[2]: count (type: int)
|
||||||
Param[3]: delimiter (type: const char *)
|
Param[3]: delimiter (type: const char *)
|
||||||
Function 431: TextSplit() (3 input parameters)
|
Function 431: TextSplit() (3 input parameters)
|
||||||
|
|
|
@ -2454,7 +2454,7 @@
|
||||||
<Param type="int" name="position" desc="" />
|
<Param type="int" name="position" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="TextJoin" retType="char *" paramCount="3" desc="Join text strings with delimiter">
|
<Function name="TextJoin" retType="char *" paramCount="3" desc="Join text strings with delimiter">
|
||||||
<Param type="const char **" name="textList" desc="" />
|
<Param type="char **" name="textList" desc="" />
|
||||||
<Param type="int" name="count" desc="" />
|
<Param type="int" name="count" desc="" />
|
||||||
<Param type="const char *" name="delimiter" desc="" />
|
<Param type="const char *" name="delimiter" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue