Ares-Armory Exports
-- client
exports.weaponGame:exportName(...)
-- or
exports['weaponGame']:exportName(...)
-- server (same syntax)
exports.weaponGame:exportName(...)Client Exports
openWorkbench
local opened = exports.weaponGame:openWorkbench(weapons)Param
Type
Required
Description
closeWorkbench
isCrafting
isMenuOpen
isNearTable
getConfig
getWeapons
getMaterials
Server Exports
openWorkbench
Param
Type
Required
Description
closeWorkbench
Param
Type
Required
Description
getConfig
getWeapons
getMaterials
getTableLocations
isPlayerNearTable
Param
Type
Required
Description
isPlayerCrafting
Param
Type
Required
Description
getNearestTable
Param
Type
Required
Description
getAvailableWeapons
Param
Type
Required
Description
Last updated
Was this helpful?

