Exports & Events
All exports and events available to integrate this resource into others.
Client Sided Exports
Start Minigame
---@param keys string[] @Any keyboard keys except TAB & ESCAPE ---@param randomizeKeys? integer @If a number, the `keys` param is sample size for randomization, and this is the amount ---@param timeLimit? integer @In seconds, time to complete the minigame otherwise you fail ---@return boolean, "success" | "fail" | "cancel" exports["zyke_keyminigame"]:Start(keys, randomizeKeys, timeLimit)
Start Non-Intrusive Minigame
---@param keyCount integer @The amount of keys to press ---@param timeLimit? integer @In seconds, time to complete the minigame otherwise you fail ---@return boolean, "success" | "fail" | "cancel" exports["zyke_keyminigame"]:StartNonIntrusive(keyCount, timeLimit)
Stop Minigame
exports["zyke_keyminigame"]:Stop()
Is Active
Last updated