There are many types of attributes. What is the difference between boolean, text, integer, real, angle, and index. What is the advantages and disadvantagers of each? When would I use each attribute?
Phaniel said: There are many types of attributes. What is the difference between boolean, text, integer, real, angle, and index. What is the advantages and disadvantagers of each? When would I use each attribute?
I strongly suggest you go watch the YouTube videos (GameSalad Cookbook). These are simple questions that are answered in the videos.
Boolean is true/false Integer is 0,1,2,3,etc Real has the decimals (0.1, 1.5, etc) Angle is an angle; 0 - 359 Index hasn't been started yet, it's supposed to be an array.
Comments
Boolean is true/false
Integer is 0,1,2,3,etc
Real has the decimals (0.1, 1.5, etc)
Angle is an angle; 0 - 359
Index hasn't been started yet, it's supposed to be an array.