Page 1 of 1

How to check if a rocket is ready to launch?

Posted: Mon Nov 25, 2019 9:38 pm
by WIZ4
I can't find an easy way to find out if a rocket can be launched.
Screenshot_1.jpg
Screenshot_1.jpg (572.53 KiB) Viewed 1048 times
The number of rocket parts at this moment is 0, but I expected it to be 100.

Re: How to check if a rocket is ready to launch?

Posted: Mon Nov 25, 2019 9:44 pm
by darkfrei
LuaForce.rockets_launched

Here must be hidden result inventory with rocket.

Code: Select all

defines.inventory.rocket_silo_rocket	
defines.inventory.rocket_silo_result	
defines.inventory.rocket
or LuaEntity.launch_rocket

Re: How to check if a rocket is ready to launch?

Posted: Thu Nov 28, 2019 11:53 am
by WIZ4
Thanks :)