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?
draw_animation Return ID ?
Re: draw_animation Return ID ?
It's the unique identifier of the object. As the function states, it returns a uint64 (a number) so that ID is a number.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.