SyncGet
7/14/25Less than 1 minute
SyncVar.SyncGet()
Retrieves the (synchronized) value of the Synchronized variable.
Returns:
type | Description |
---|---|
any | Synchronized value of the variable. |
Usage
---@type SyncVar
local syncvar;
local val0 = syncvar.SyncGet()