#Quick Question

1 messages · Page 1 of 1 (latest)

cosmic galleon
#

What is the use of me putting imagebutton after the colon in the arguments of my function for it to take account the uigrid ????

peak dock
#

its called type annotation if you mean the ":"

#

The : after a variable means youre saying its expected type is ImageButton

#

So it will treat your "v" as an imagebutton