6 lines
186 B
Lua
6 lines
186 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string direction
|
|
---Returns the direction in which the players eclipse is moving.
|
|
function GetEclipseDirection() end
|