Home | Class Listing
Color Key:
Bool: A Boolean Value (ie. True, False)
CyPlayer: A class instance
Float: A Floating Point Number (ie. 0.45, 3.14)
Int: An Whole Number (ie. 0, 3)
List: A List Of Items (ie, [1, 2, 3, 4], [a, b, c, d])
Long: A Long Integer (A Whole Number that can not be less then 0)
String: A String (ie. "This is a string", "A")
Tuple: A unmutable (can not be altered) list
UnitTypes: A type list (ie. UnitTypes.UNIT_WARRIOR, RouteTypes.ROUTE_ROAD)
Void: Returns nothing