Callbacks

Callbacks are used to determine when to call your function

-- Gives your function an argument if the callback has one
function YourFunction(argument)

end
Callbacks.Add("callbackType", YourFunction)

Last updated