35 | Type | Values |
36 | Boolean | True, False |
37 | Text | Everything like "XXX" or """XXX""" |
38 | Integer | Everything like 123789 |
39 | Real | Everything like 123789. or .12312 |
40 | Vec2 | < Real1, Real2 > |
41 | Vec3 | < Real1, Real2, Real3 > |
42 | Int3 | < Integer1, Integer2, Integer3 > |
43 | Ident | NullId |
44 | Class | Null |
45 |
46 |
47 |
48 | You can not create your own Ident or Class values, however many API functions return such values, and you can store them or use them like other ManiaScript variables
49 |
50 | See more [here...](./values.html)
51 |
52 | Operators
53 | =====
54 |
55 | Mathematical operators:
56 |