MatchmakingPlayerCapacityModifier
Inherits from MatchmakingModifier
Summary
Constructors
| MatchmakingPlayerCapacityModifier() |
| MatchmakingPlayerCapacityModifier(guid: Guid) |
| MatchmakingPlayerCapacityModifier(other: MatchmakingModifier) |
| MatchmakingPlayerCapacityModifier(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| attribute | string |
Static members
| Name | Type |
|---|---|
| MatchmakingPlayerCapacityModifier.typeInfo | TypeInformation |
Constructors
MatchmakingPlayerCapacityModifier
MatchmakingPlayerCapacityModifier()
Creates a new MatchmakingPlayerCapacityModifier frostbite instance.
MatchmakingPlayerCapacityModifier
MatchmakingPlayerCapacityModifier(guid: Guid)
Creates a new MatchmakingPlayerCapacityModifier frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
MatchmakingPlayerCapacityModifier
MatchmakingPlayerCapacityModifier(other: MatchmakingModifier)
Casts an instance of type MatchmakingModifier to MatchmakingPlayerCapacityModifier. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | MatchmakingModifier | The instance to cast to MatchmakingPlayerCapacityModifier. |
MatchmakingPlayerCapacityModifier
MatchmakingPlayerCapacityModifier(other: DataContainer)
Casts an instance of type DataContainer to MatchmakingPlayerCapacityModifier. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to MatchmakingPlayerCapacityModifier. |
Properties
attribute
string
Static members
typeInfo
The type information for the MatchmakingPlayerCapacityModifier type.