Client

Client-side Functions

Located in src/framework/<framework>/client.lua

IsDead

Checks if the local player is dead or dying.

---@return boolean
function IsDead()

Notify

Shows a local notification to the player.

---@param message string
---@param type string
---@param title string|nil
function Notify(message, type, title)

Last updated