Add meta
This commit is contained in:
5
Meta/api/IsLoggedIn.lua
Normal file
5
Meta/api/IsLoggedIn.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@return 1nil loggedIn
|
||||
---Returns whether the login process has completed. The PLAYER_LOGIN event provides similar information; this function presents an alternative that can be used across UI reloads.
|
||||
function IsLoggedIn() end
|
||||
Reference in New Issue
Block a user