Client
Here you can find client functions that you can use to pull and set data in or/and from wosa_core resource.

local text = t(
label --[[ string ]]
)
--[[
Parameters:
-> label: The translation string for the invoking resource.
Returnal:
-> text : string
Example:
print(t('Error'))
Description:
Will return the label text from the invoking resource, https://github.com/WosaFramework/Wosa/tree/master/wosa_core/languages.
]]
Wosa.Loop(bool requireCharacter, function()
end)
Last updated
Was this helpful?