Enum APIAttributeType
Defines the basic AntFarm Attribute Type
Namespace: AntFarm.API.Types
Assembly: AntFarm.dll
Syntax
public enum APIAttributeType
Fields
| Name | Description |
|---|---|
| Boolean | Sets AntFarm Attribute Type to Boolean |
| Category | Sets AntFarm Attribute Type to Category (see APICategory for further information) |
| DateTime | Sets AntFarm Attribute Type to DateTime |
| Double | Sets AntFarm Attribute Type to Double |
| Float | Sets AntFarm Attribute Type to Float |
| Geometric | Sets AntFarm Attribute Type to Geometric (see APIGeometricAttributeType for further information) |
| Integer | Sets AntFarm Attribute Type to Integer |
| String | Sets AntFarm Attribute Type to String |