Class ViewSubModule
- Namespace
- TaleWorlds.MountAndBlade.View
- Assembly
- TaleWorlds.MountAndBlade.View.dll
public class ViewSubModule : MBSubModuleBase
- Inheritance
-
ViewSubModule
Constructors
ViewSubModule()
public ViewSubModule()
Properties
BannerTexturedMaterialCache
public static Dictionary<Tuple<Material, BannerCode>, Material> BannerTexturedMaterialCache { get; set; }
Property Value
GameStateScreenManager
public static GameStateScreenManager GameStateScreenManager { get; }
Property Value
Methods
AfterAsyncTickTick(float)
protected override void AfterAsyncTickTick(float dt)
Parameters
dt
float
BeginGameStart(Game)
public override void BeginGameStart(Game game)
Parameters
game
Game
DoLoading(Game)
public override bool DoLoading(Game game)
Parameters
game
Game
Returns
OnApplicationTick(float)
protected override void OnApplicationTick(float dt)
Parameters
dt
float
OnBeforeInitialModuleScreenSetAsRoot()
protected override void OnBeforeInitialModuleScreenSetAsRoot()
OnCampaignStart(Game, object)
public override void OnCampaignStart(Game game, object starterObject)
Parameters
OnGameEnd(Game)
public override void OnGameEnd(Game game)
Parameters
game
Game
OnGameInitializationFinished(Game)
public override void OnGameInitializationFinished(Game game)
Parameters
game
Game
OnGameLoaded(Game, object)
public override void OnGameLoaded(Game game, object initializerObject)
Parameters
OnGameStart(Game, IGameStarter)
protected override void OnGameStart(Game game, IGameStarter gameStarterObject)
Parameters
game
GamegameStarterObject
IGameStarter
OnMultiplayerGameStart(Game, object)
public override void OnMultiplayerGameStart(Game game, object starterObject)
Parameters
OnSubModuleLoad()
protected override void OnSubModuleLoad()
OnSubModuleUnloaded()
protected override void OnSubModuleUnloaded()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).