PDA

View Full Version : Mob:GetOwner


planesofpower
04-26-2015, 12:48 PM
Why is there no

.def("GetOwner", (Lua_Mob(Lua_Mob::*)(void))&Lua_Mob::GetOwner)


In Lua_Mob? Any reason? Can I just add this in?

KLS
04-26-2015, 02:33 PM
As lua parser creator the reason is: i was an oversight and just completely forgotten about.

planesofpower
04-26-2015, 06:02 PM
Ok, great! It seems to be working fine and that was all I was worried about - I thought maybe it had been removed due to some other issue it might cause

Thank you for the fast response and the hard work making the lua parser!