Exports Functions
Client Side
getStatus

getStatus Functions

ตัวอย่างและข้อมูลต่างๆเกี่ยวกับการใช้งานฟังชั่น getStatus

exports['athens-status']:getStatus() --[[ StatusData[] ]]

Options (table)

local status = exports['athens-status']:getStatus()
 
--[[
status = {
    ['hunger'] = 100,
    ['stress'] = 100
}
]]