VE Lua Documentation

Press F to search!

getSlotCount

Definition


-- @/=[C]:-1
function getSlotCount(...)

Callers

@/lua/common/utils/interactiveShell.lua
    end
    if BeamEngine:getSlotCount() ~= n then
        print ("error: " .. BeamEngine:getSlotCount() .. " vehicles spawned of " .. n .. " requested")
    if BeamEngine:getSlotCount() ~= n then
        print ("error: " .. BeamEngine:getSlotCount() .. " vehicles spawned of " .. n .. " requested")
    end
@/lua/console/test_dyncol.lua

--print (BeamEngine:getSlotCount() .. " vehicles spawned")