Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local handle,obj = FindFirstObject()
  2. if handle ~= -1 then
  3. repeat
  4. -- do something
  5. status,obj = FindNexObject(handle)
  6. until not status
  7. EndFindObject(handle)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement