πͺHooks
List of cheat hooks that you can use to write new features
Hook
Description
-- Registers a Lua function to be called back by the sakura cheat at a certain event type.
-- Parameters:
-- type: the type of the event to register the callback for.
-- function: the Lua function to call back when the event of specified type occurs.
Hooks.Register(type, function)Last updated