Enum APIPropertyBaseType
Defines the basic AntFarm Property Type
Namespace: AntFarm.API.Types
Assembly: AntFarm.dll
Syntax
public enum APIPropertyBaseType
Fields
| Name | Description |
|---|---|
| Boolean | Sets AntFarm Property Base Type to Boolean |
| Colour | Sets AntFarm Property Base Type to Colour |
| DateTime | Sets AntFarm Property Base Type to DateTime |
| Double | Sets AntFarm Property Base Type to Double |
| Integer | Sets AntFarm Property Base Type to Integer |
| String | Sets AntFarm Property Base Type to String |