Enum DataType
Possible data types to be sent with network messages using the ModNetworking class.
Namespace: Modding
Assembly: Assembly-CSharp.dll
Syntax
public enum DataType
Fields
Name | Description |
---|---|
Block | |
Boolean | |
ByteArray | |
Color | |
Entity | |
Integer | |
IntegerArray | |
Machine | |
Single | |
SingleArray | |
String | |
StringArray | |
Vector3 |