Method GetInstanceId
- Namespace
- WhalesSecret.TradeScriptLib.API
- Assembly
- WhalesSecret.TradeScriptLib.dll
GetInstanceId()
Gets the identifier of the current execution instance. The instance identifier is used to separate objects created by different executions of the trade script, such as events and logs.
uint GetInstanceId()
Returns
- uint
Identifier of the current execution instance or
0
if no instance ID has been set.