Polarith AI
1.8

◆ ValueWritingType

enum ValueWritingType
strong

Sets the operation for writing objective values in MoveBehaviour.WriteValue.

Enumerator
AssignGreater 

Writes a new value iff it is greater than the value which already exists.

AssignLesser 

Writes a new value iff it is lesser than the value which already exists.

Addition 

Adds the new value to the value which already exists.

Subtraction 

Subtracts the new value from the value which already exists.

Multiplication 

Multiplies the new value to the value which already exists.

Division 

Divides the value which already exists by the new value.

Imprint