Skip to main content

SyncVar.SyncGet()

Retrieves the (synchronized) value of the Synchronized variable.

Returns:

typeDescription
anySynchronized value of the variable.

Usage

---@type SyncVar
local syncvar;


local val0 = syncvar.SyncGet()