-
Notifications
You must be signed in to change notification settings - Fork 1
Data types
Deyan Dobromirov edited this page Feb 19, 2020
·
8 revisions
This page is derived from the Wiremod types wiki located here.
Here are all the icons for the data types of this addon summarized in the table below:
Icon | Internal | External | Description |
---|---|---|---|
a | angle |
Angle class |
|
b | bone |
Bone class |
|
c | complex |
Complex number |
|
e | entity |
Entity class |
|
xm2 | matrix2 |
Matrix 2x2 |
|
m | matrix |
Matrix 3x3 |
|
xm4 | matrix4 |
Matrix 4x4 |
|
n | number | Number |
|
q | quaternion | Quaternion |
|
r | array | Array |
|
s | string |
String class |
|
t | table | Table |
|
xv2 | vector2 |
Vector 2D class |
|
v | vector |
Vector 3D class |
|
xv4 | vector4 |
Vactor 4D class |
|
xrd | ranger |
Ranger data class |
|
xwl | wirelink |
Wire link class |
|
xft | ftrace |
Flash tracer class |
|
xsc | stcontrol |
State controller class |
|
xxx | void |
Void data type |