Seems to method sprite -> setAlwaysRedraw
is global, works for all sprites and entire display-list system.
Lua docs are good and explaining it perfectly.
But C docs has error:
When flag is set to 1, the given sprite will always redraw.
It's about given sprite, but have no parameter for the sprite.
Please fix the docs.