diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-28 20:39:44 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-28 20:39:44 +0000 |
| commit | 915dd95d88cb9fe7b47d3d48e61ffcc7bfafce40 (patch) | |
| tree | 6fc1b8072a3ba32fbacee02c385c665f579916c5 /parser/output/raylib_api.lua | |
| parent | 80d318461f297c039e3edb5da80a7beee67fc979 (diff) | |
| download | raylib-915dd95d88cb9fe7b47d3d48e61ffcc7bfafce40.tar.gz raylib-915dd95d88cb9fe7b47d3d48e61ffcc7bfafce40.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.lua')
| -rw-r--r-- | parser/output/raylib_api.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index 607904bb..105a20bb 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -2957,27 +2957,27 @@ return { { name = "CAMERA_CUSTOM", value = 0, - description = "Custom camera" + description = "Camera custom, controlled by user (UpdateCamera() does nothing)" }, { name = "CAMERA_FREE", value = 1, - description = "Free camera" + description = "Camera free mode" }, { name = "CAMERA_ORBITAL", value = 2, - description = "Orbital camera" + description = "Camera orbital, around target, zoom supported" }, { name = "CAMERA_FIRST_PERSON", value = 3, - description = "First person camera" + description = "Camera first person" }, { name = "CAMERA_THIRD_PERSON", value = 4, - description = "Third person camera" + description = "Camera third person" } } }, |
