M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.ProfileSelectionState Class Reference

Inherits TaleWorlds.Core.GameState.

Public Member Functions

delegate void OnProfileSelectionEvent ()
 
void OnProfileSelected ()
 
void StartGame ()
 
- Public Member Functions inherited from TaleWorlds.Core.GameState
bool RegisterListener (IGameStateListener listener)
 
bool UnregisterListener (IGameStateListener listener)
 
GetListenerOfType< T > ()
 
- Public Member Functions inherited from TaleWorlds.ObjectSystem.MBObjectBase
 MBObjectBase ()
 
 MBObjectBase (MBObjectBase other)
 
 MBObjectBase (string stringId)
 
void AfterInitialized ()
 
virtual void AfterRegister ()
 
virtual void Initialize ()
 
virtual void Deserialize (MBObjectManager objectManager, XmlNode node)
 
override int GetHashCode ()
 
virtual TextObject GetName ()
 
void PreAfterLoadInternal ()
 
void AfterLoadInternal ()
 
void OnRegistered ()
 
void OnUnregistered ()
 

Properties

bool IsDirectPlayPossible = true [get]
 
- Properties inherited from TaleWorlds.Core.GameState
GameState Predecessor [get]
 
bool IsActive [get]
 
IReadOnlyCollection< IGameStateListenerListeners [get]
 
GameStateManager GameStateManager [get]
 
virtual bool IsMusicMenuState [get]
 Whether or not if this state should be treated as a menu state for the music manager. More...
 
virtual bool IsMenuState [get]
 Whether or not if this state is a screen/menu state for GUI. More...
 
virtual bool IsMission [get]
 
bool Activated [get]
 
- Properties inherited from TaleWorlds.ObjectSystem.MBObjectBase
string StringId [get, set]
 
MBGUID Id [get, set]
 
bool IsInitialized [get]
 
bool IsReady [get, set]
 

Events

OnProfileSelectionEvent OnProfileSelection
 

Additional Inherited Members

- Public Attributes inherited from TaleWorlds.Core.GameState
int Level
 
- Static Public Attributes inherited from TaleWorlds.Core.GameState
static int NumberOfListenerActivations
 
- Protected Member Functions inherited from TaleWorlds.Core.GameState
 GameState ()
 
virtual void OnInitialize ()
 
virtual void OnFinalize ()
 
virtual void OnActivate ()
 
virtual void OnDeactivate ()
 
- Protected Member Functions inherited from TaleWorlds.ObjectSystem.MBObjectBase
virtual void OnBeforeLoad ()
 
virtual void PreAfterLoad ()
 
virtual void AfterLoad ()
 

Member Function Documentation

◆ OnProfileSelectionEvent()

delegate void TaleWorlds.MountAndBlade.ProfileSelectionState.OnProfileSelectionEvent ( )

◆ OnProfileSelected()

void TaleWorlds.MountAndBlade.ProfileSelectionState.OnProfileSelected ( )

◆ StartGame()

void TaleWorlds.MountAndBlade.ProfileSelectionState.StartGame ( )

Property Documentation

◆ IsDirectPlayPossible

bool TaleWorlds.MountAndBlade.ProfileSelectionState.IsDirectPlayPossible = true
get

Event Documentation

◆ OnProfileSelection

OnProfileSelectionEvent TaleWorlds.MountAndBlade.ProfileSelectionState.OnProfileSelection