The interface with Hippotizer’s Engine and Components involves some specific parameters and functions.
| Globals | |||
|---|---|---|---|
| Properties | |||
| Property Name | Return Data Type | Description | |
| TriggerPinName | String | Returns the name of the UserPin that triggered this macro, or empty string if it was trggered by another method | |
| TriggerPinMonitorName | String | Returns the name of the PinMonitor that triggered this macro, or empty string if it was trggered by another method | |
| HippoNet | HippoNet Object | Returns The Global HippoNet object | |
| PinMonitors | Lua Table [String,Object] | Returns a table of PinMonitor pin values indexed by the name of the PinMonitor value can be String,Bool or Number | |
| UserPins | Lua Table [String,Object] | Returns a table of UserPin values indexed by the name of the UserPin, value can be String,Bool or Number |


Post your comment on this topic.