Advertisement
Guest User

Untitled

a guest
Sep 6th, 2014
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Sep 05 2014 21:37:33 <VanessaE> wtf does (...) mean?
  2. Sep 05 2014 21:37:39 <Zeno`> I don't *do* anything except call the API
  3. Sep 05 2014 21:37:41 <VanessaE> I've seen that before in some Lua tutorials
  4. Sep 05 2014 21:37:45 <Zeno`> local vm, emin, emax = minetest.get_mapgen_object("voxelmanip")
  5. Sep 05 2014 21:37:45 <Zeno`> local area = VoxelArea:new{MinEdge=emin, MaxEdge=emax}
  6. Sep 05 2014 21:37:45 <Zeno`> local data = vm:get_data()
  7. Sep 05 2014 21:38:04 <Zeno`> maybe I have to check for nil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement