20.09.2017, 10:08
Code:
objects = grp.all()
for i, object in ipairs(objects) do
log(object)
end
Print objects with grp.all
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Print objects with grp.all - by Carlos Padilla - 18.09.2017, 13:52
RE: Print objects with grp.all - by admin - 18.09.2017, 17:55
RE: Print objects with grp.all - by Carlos Padilla - 19.09.2017, 16:19
RE: Print objects with grp.all - by Erwin van der Zwart - 18.09.2017, 17:59
RE: Print objects with grp.all - by admin - 20.09.2017, 10:08
|