Unigine.Plugins.SuitManager Class
SuitManager Class
Enums
SUIT_NUM#
Name | Description |
---|---|
SUIT_1 = 0 | |
SUIT_2 = 1 | |
SUIT_3 = 2 | |
SUIT_4 = 3 | |
SUIT_5 = 4 | |
SUIT_6 = 5 | |
SUIT_7 = 6 | |
SUIT_8 = 7 | |
MAX_SUITS = 8 |
CALLBACK_INDEX#
Name | Description |
---|---|
CONNECTED = 0 | Enables notifications on the suit connection event. |
DISCONNECTED = 1 | Enables notifications on the suit disconnection event. |
NUM_CALLBACKS = 2 | Callback counter. |
Members
Suit GetSuit ( SuitManager.SUIT_NUM num ) #
Returns the interface of the specified suit.Arguments
- SuitManager.SUIT_NUM num - Suit number, one of the SUIT_NUM values
Return value
Suit interfaceSuit GetSuitByID ( ulong id ) #
Returns the interface of the suit, the ID of which is specified.Arguments
- ulong id - Suit ID
Return value
Suit interfaceSuit[] GetConnectedSuits ( ) #
Returns IDs of connected TESLASUITs.Return value
Connected TESLASUITsLast update:
2023-03-15
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)