Method GetMultiplayerRoleMaskForComponent
GetMultiplayerRoleMaskForComponent(Component)
Gets the multiplayer role mask for a Component.
Declaration
public static MultiplayerRoleFlags GetMultiplayerRoleMaskForComponent(Component component)
Parameters
Type | Name | Description |
---|---|---|
Component | component | The Component. |
Returns
Type | Description |
---|---|
MultiplayerRoleFlags | Returns the multiplayer role mask for the provided Component. |