Class MultiplayerOptionsProperty
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
[AttributeUsage(AttributeTargets.Field)]
public class MultiplayerOptionsProperty : Attribute
- Inheritance
-
MultiplayerOptionsProperty
- Inherited Members
Constructors
MultiplayerOptionsProperty(OptionValueType, ReplicationOccurrence, string, int, int, string[], bool, Type)
public MultiplayerOptionsProperty(MultiplayerOptions.OptionValueType optionValueType, MultiplayerOptionsProperty.ReplicationOccurrence replicationOccurrence, string description = null, int boundsMin = 0, int boundsMax = 0, string[] validGameModes = null, bool hasMultipleSelections = false, Type enumType = null)
Parameters
optionValueType
MultiplayerOptions.OptionValueTypereplicationOccurrence
MultiplayerOptionsProperty.ReplicationOccurrencedescription
stringboundsMin
intboundsMax
intvalidGameModes
string[]hasMultipleSelections
boolenumType
Type
Fields
BoundsMax
public readonly int BoundsMax
Field Value
BoundsMin
public readonly int BoundsMin
Field Value
Description
public readonly string Description
Field Value
EnumType
public readonly Type EnumType
Field Value
HasMultipleSelections
public readonly bool HasMultipleSelections
Field Value
OptionValueType
public readonly MultiplayerOptions.OptionValueType OptionValueType
Field Value
Replication
public readonly MultiplayerOptionsProperty.ReplicationOccurrence Replication
Field Value
ValidGameModes
public readonly string[] ValidGameModes
Field Value
- string[]
Properties
HasBounds
public bool HasBounds { get; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).