mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-18 01:08:17 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -6845,6 +6845,23 @@ return {
|
||||
{type = "int *", name = "utf8Size"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "LoadTextLines",
|
||||
description = "Load text as separate lines ('\\n')",
|
||||
returnType = "char **",
|
||||
params = {
|
||||
{type = "const char *", name = "text"},
|
||||
{type = "int *", name = "count"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "UnloadTextLines",
|
||||
description = "Unload text lines",
|
||||
returnType = "void",
|
||||
params = {
|
||||
{type = "char **", name = "text"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "TextCopy",
|
||||
description = "Copy one string to another, returns bytes copied",
|
||||
|
Reference in New Issue
Block a user