Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Dervish on Sun 01/04/2012 22:27:32

Title: Getting object tint
Post by: Dervish on Sun 01/04/2012 22:27:32
Is there a way to detect the tint of the object.

I know you can set the tint so i would assume there would be some way to check if the object is tinted.
Title: Re: Getting object tint
Post by: Khris on Sun 01/04/2012 22:45:09
No, seems like there's no way to get the tint.

One workaround is to store the values of Object.Tint() in variables and read those.