Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function instanceDestroy(t)
- if(t.inst==true) then
- local temp_id=t.id
- objs.insts[temp_id]=nil
- for k in pairs (t) do
- t [k] = nil
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement