Table of Contents

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.OptionValueType
replicationOccurrence MultiplayerOptionsProperty.ReplicationOccurrence
description string
boundsMin int
boundsMax int
validGameModes string[]
hasMultipleSelections bool
enumType Type

Fields

BoundsMax

public readonly int BoundsMax

Field Value

int

BoundsMin

public readonly int BoundsMin

Field Value

int

Description

public readonly string Description

Field Value

string

EnumType

public readonly Type EnumType

Field Value

Type

HasMultipleSelections

public readonly bool HasMultipleSelections

Field Value

bool

OptionValueType

public readonly MultiplayerOptions.OptionValueType OptionValueType

Field Value

MultiplayerOptions.OptionValueType

Replication

public readonly MultiplayerOptionsProperty.ReplicationOccurrence Replication

Field Value

MultiplayerOptionsProperty.ReplicationOccurrence

ValidGameModes

public readonly string[] ValidGameModes

Field Value

string[]

Properties

HasBounds

public bool HasBounds { get; }

Property Value

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).