docs update and registered few things

This commit is contained in:
Evil Factory
2021-09-30 14:56:19 -03:00
parent 04f7fe2630
commit 1da9b5870c
6 changed files with 914 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
--[[--
RandSync enum.
]]
-- @enum RandSync
---
-- RandSync.Unsynced = -1
-- @realm shared
-- @number RandSync.Unsynced
---
-- RandSync.Server = 0
-- @realm shared
-- @number RandSync.Server
---
-- RandSync.ClientOnly = 1
-- @realm shared
-- @number RandSync.ClientOnly