Documentation

Comparison Branch - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Structure :: Comparison Branch

Root.Structure.Compare(
  Value 1 Variant,
  Operation Compare Operation,
  Value 2 Variant
) Boolean
Executes the left node if the comparison is true, and the right node otherwise

Parameters

Value 1 Variant
Operation Compare Operation
Value 2 Variant

Return Value

Boolean

Lua Usage

local boolean = structure:Compare(value1, operation, value2)

If you think anything is missing, please feel free to: submit documentation feedback on this page