Outputs in real-time the number of running instances of a given module.
Used to map a user ID to a module instance ID.
Inputs
Port | Type | Description |
---|---|---|
Get | Any | Gets the module instance ID for the user ID |
Set | Any | Gets the module instance ID for the user ID |
UserID | Integer | User ID |
Module Name | Integer | Name of the Module. |
Instance ID | Integer | instance ID |
Outputs
Port | Type | Description |
---|---|---|
Instance ID | Integer | Instance ID for the user ID |