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