The Add metadata module creates a new metadata on the agents.
Attributes
Attributes | Type | Overridable | Description |
---|---|---|---|
metadata | string | no | Metadata name |
type | int | no | Metadata type id |
boolValue | bool | yes | Metadata boolean value |
intValue | int | yes | Metadata int value |
doubleValue | double | yes | Metadata double value |
vec3Value | vec | yes | Metadata vector 3 value |
quatValue | vec | yes | Metadata quaternion value - This value is exposed as a euler rotation then inside the moduel is converted to a quaternion |
matrixValue | matrix | yes | Metadata matrix value |
stringValue | string | yes | Metadata string value |