M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.Options.ManagedOptions.ManagedBooleanOptionData Class Reference

Inherits TaleWorlds.MountAndBlade.Options.ManagedOptions.ManagedOptionData, and TaleWorlds.Engine.Options.IBooleanOptionData.

Public Member Functions

 ManagedBooleanOptionData (MountAndBlade.ManagedOptions.ManagedOptionsType type)
 
- Public Member Functions inherited from TaleWorlds.MountAndBlade.Options.ManagedOptions.ManagedOptionData
virtual float GetDefaultValue ()
 
void Commit ()
 
float GetValue (bool forceRefresh)
 
void SetValue (float value)
 
object GetOptionType ()
 
bool IsNative ()
 
bool IsAction ()
 Not everything we show in Options has to be Managed or Native option. We might need to show Actions like "Open Benchmark". IsAction represents if this Option is an Action and does NOT represent an option value.
 
bool GetIsDisabledAndReasonID ()
 
float GetDefaultValue ()
 
void Commit ()
 
float GetValue (bool forceRefresh)
 
void SetValue (float value)
 
object GetOptionType ()
 
bool IsNative ()
 
bool IsAction ()
 Not everything we show in Options has to be Managed or Native option. We might need to show Actions like "Open Benchmark". IsAction represents if this Option is an Action and does NOT represent an option value.
 
bool GetIsDisabledAndReasonID ()
 

Additional Inherited Members

- Public Attributes inherited from TaleWorlds.MountAndBlade.Options.ManagedOptions.ManagedOptionData
readonly MountAndBlade.ManagedOptions.ManagedOptionsType Type
 
 string
 
- Public Attributes inherited from TaleWorlds.Engine.Options.IOptionData
 string
 Returns if the option is disabled or not. If the option is disabled an explanation text id is expected. This is not a localized text but it's the text id for a localized text.
 
- Protected Member Functions inherited from TaleWorlds.MountAndBlade.Options.ManagedOptions.ManagedOptionData
 ManagedOptionData (MountAndBlade.ManagedOptions.ManagedOptionsType type)
 

Constructor & Destructor Documentation

◆ ManagedBooleanOptionData()

TaleWorlds.MountAndBlade.Options.ManagedOptions.ManagedBooleanOptionData.ManagedBooleanOptionData ( MountAndBlade::ManagedOptions::ManagedOptionsType  type)