No.Santos wrote:Assuming we're talking about Image objects, does this work?
Code: Select all
if image:typeOf("Image") then
It is in fact ImageData type of object.
And when doing type() it just returns "userdata".
But I need to know if it really contains data that is image data or not.