Jump to content

stdpair.zh

Overview
Creator: Jambu Added: 27 May 2024 Tags: Library
Rating[?]: Rating: 3/5 (1 rating)
View Script
Information

Setup Reviews Comments

Add the file to your headers folder and add the following line to your script buffer.
#import "stdpair.zh"

When you want to create a pair do this...
Pair LaserOffset = new Pair(LaserXOffset,LaserYOffset);
When you want to call the components do this...
LaserOffset->T1
LaserOffset->T2
Tuple works the same way.