Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,5 +1,5 @@
---@diagnostic disable: missing-return, lowercase-global
---@param distance number
---@param distance number
---Zooms the camera out by a specified distance. This function is used to zoom the camera out. The max distance of the camera is set in the Interface Options screen, and the maximum distance allowed is enforced by this setting, and the game client. Depending on the setting, this is between 15.0 and 24.0 in the current version of the client.
function CameraZoomOut(distance) end
function CameraZoomOut(distance) end