Server
Server sided events
Server exports
GetShells
-- Example
exports.kq_shellbuilder:GetShells()
-- Returns:
-- {
-- id = 1,
-- title = "My shell",
-- coords = {x = 0.0, y = 0.0, z = 0.0}, -- Coords of the IPL
-- spawnPoint = {x = -1.0, y = 2.0, z = 0.0}, -- The offset for the shell spawnpoint
-- }Last updated