The interface with Hippotizer’s Engine and Components involves some specific parameters and functions.
| Globals | |||
|---|---|---|---|
| Properties | |||
| Property Name | Return Data Type | Description | Example Syntax |
| TriggerPinName | String | Returns the name of the UserPin that triggered this macro, or empty string if it was triggered by another method | TriggerPinName |
| TriggerPinMonitorName | String | Returns the name of the PinMonitor that triggered this macro, or empty string if it was triggered by another method | TriggerPinMonitorName |
| HippoNet | HippoNet Object | Returns The Global HippoNet object | HippoNet |
| 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 | PinMonitors |
| 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 | UserPins |


Post your comment on this topic.