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