Advertisement
Guest User

Lua Int prob!

a guest
Jun 12th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. function instanceDestroy(t)
  2.     if(t.inst==true) then
  3.         local temp_id=t.id
  4.         objs.insts[temp_id]=nil
  5.         for k in pairs (t) do
  6.                 t [k] = nil
  7.         end
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement