Page 1 of 1

Lua Event requests

Posted: Sun Aug 03, 2014 6:59 pm
by emeegeemee
Hey guys just started to get into Factorio modding and was coming up with some ideas, but am having trouble with implementation due to a lack of a few events, I thought I would put them here to hopefully be considered. The two events I would like are:

onEntityClicked - supplies a the Lua/Entity

onEntityRotated - supplies a the Lua/Entity

Let me know if I just missed them in the documentation

Thanks

Emeegeemee

Re: Lua Event requests

Posted: Mon Sep 08, 2014 6:40 am
by tdzl2003
onEntityClicked is very useful for me too.

Re: Lua Event requests

Posted: Mon Sep 08, 2014 8:46 pm
by Rseding91
How would onentityclicked be used? As it is now, all useful entities will open their normal GUI when clicked so even if an event was passed the standard GUI would be shown.