-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.LoadFileText
JoeStrout edited this page Apr 29, 2026
·
2 revisions
Load text data from file, returns a '\0' terminated string NOTE: text chars array should be freed manually
| Parameter | Default Value | Note |
|---|---|---|
| fileName |
| Condition | Return Value |
|---|---|
| (always) | number |
text = raylib.LoadFileText("config.txt")
print text
raylib.UnloadFileText text