GE Lua Documentation

Press F to search!

findObjectByPersistID

Definition


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

Callers

@/lua/ge/extensions/editor/api/valueInspector.lua
  elseif fieldType == "SimPersistId" then
    local obj = Sim.findObjectByPersistID(fieldValue)
    if obj then