Table of Contents

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

Dictionary<Tuple<Material, BannerCode>, Material>

GameStateScreenManager

public static GameStateScreenManager GameStateScreenManager { get; }

Property Value

GameStateScreenManager

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

bool

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

game Game
starterObject object

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

game Game
initializerObject object

OnGameStart(Game, IGameStarter)

protected override void OnGameStart(Game game, IGameStarter gameStarterObject)

Parameters

game Game
gameStarterObject IGameStarter

OnMultiplayerGameStart(Game, object)

public override void OnMultiplayerGameStart(Game game, object starterObject)

Parameters

game Game
starterObject object

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).