AVOLITES TITAN API

Add

Adds two values together and saves the result in a property.

Namespace: Math

Syntax

MACRO

Void Add(System.String, System.Object, System.Object)

HTTP

http://[ip]:4430/titan/script/Math/Add

Parameters

result: The property to save the result of the operation in.

x: The value to add to y.

y: The value to add to x.