sync

-- ARGUMENTS
-- name:  string
-- any:   ...

-- RETURNS
-- ...

local money = ti.callbacks.sync("getMoney","cash")
print(money)

Last updated