Page 1 of 1

draw_animation Return ID ?

Posted: Tue Jul 30, 2019 3:22 pm
by CruWiT
I want create new animation here is api;
https://lua-api.factorio.com/latest/Lua ... _animation
It says;
"Return value
Id of the render object"
What is this ID mean and where can I found ID number or string?

Re: draw_animation Return ID ?

Posted: Tue Jul 30, 2019 3:30 pm
by Bilka
It's the unique identifier of the object. As the function states, it returns a uint64 (a number) so that ID is a number.