@jmharrison1971 Not got external link but are as follows:
int == whole number 1,2,3,567 etc
double == number with decimal 0.0, 34.8 etc
bool == true/false
string == text
color == colours Red/Blue etc
there are others like ENNUM_TIMEFRAMES, you likely don't need these but if you do search google for ENNUM.

