Skip to content

addTrigger()

Add a trigger to the IanniX score at the given coordinates.

Parameters

Once an object iannixout has been created, you can use the following function:

iannixout.addTrigger(triggerID, x, y, z)
Parameter Type Default Description
triggerID int or str required The ID to give the new trigger.
x float required The trigger's x coordinate.
y float required The trigger's y coordinate.
z float required The trigger's z coordinate.