Search found 2 matches

Return to advanced search

Re: add_entity returns userdata instead of ObjectRef

Yep, that fixed it. Thankyou!
by CybeatB
Mon Oct 10, 2016 00:11
 
Forum: Modding Discussion
Topic: [solved] add_entity returns userdata instead of ObjectRef
Replies: 3
Views: 1207

[solved] add_entity returns userdata instead of ObjectRef

I'm toying with an idea to create evolving 'cells', and I'm having some trouble mutating the children of my entities. Here's the offending code snippet, from my init.lua: local child = minetest.add_entity(pos, 'evolvingcells:cell'); if child ~= nil then minetest.log("Created a " .. type(ch...
by CybeatB
Sun Oct 09, 2016 14:13
 
Forum: Modding Discussion
Topic: [solved] add_entity returns userdata instead of ObjectRef
Replies: 3
Views: 1207

Return to advanced search

cron