M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
SandBox.View.Missions.SandBox.SpawnPointDebugView Class Reference

Inherits TaleWorlds.Engine.ScriptComponentBehavior.

Public Member Functions

override TickRequirement GetTickRequirement ()
 
- Public Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior
void SetScriptComponentToTick (TickRequirement value)
 
void SetScriptComponentToTickMT (TickRequirement value)
 
virtual TickRequirement GetTickRequirement ()
 

Static Public Member Functions

static string OpenToolFromConsole (List< String > strings)
 

Public Attributes

bool ActivateDebugUIEditor = false
 

Static Public Attributes

static bool ActivateDebugUI = false
 

Protected Member Functions

override void OnEditorInit ()
 
override void OnInit ()
 This callback method is called when the object is constructed.
 
override void OnTick (float dt)
 
override void OnEditorTick (float dt)
 
override bool OnCheckForProblems ()
 Called before the scene of object is being saved in editor.
 
- Protected Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior
void InvalidateWeakPointersIfValid ()
 
 ScriptComponentBehavior ()
 
virtual void OnRemoved (int removeReason)
 

Additional Inherited Members

- Public Types inherited from TaleWorlds.Engine.ScriptComponentBehavior
enum  TickRequirement : uint {
  None = 0x00000000 ,
  TickOccasionally = 0x00000001 ,
  Tick = 0x00000002 ,
  TickParallel = 0x00000004 ,
  TickParallel2 = 0x00000008
}
 
- Properties inherited from TaleWorlds.Engine.ScriptComponentBehavior
GameEntity GameEntity [get]
 
ManagedScriptComponent ScriptComponent [get]
 
ManagedScriptHolder ManagedScriptHolder [get]
 
Scene Scene [get]
 

Member Function Documentation

◆ OnEditorInit()

override void SandBox.View.Missions.SandBox.SpawnPointDebugView.OnEditorInit ( )
protectedvirtual

◆ OnInit()

override void SandBox.View.Missions.SandBox.SpawnPointDebugView.OnInit ( )
protectedvirtual

◆ GetTickRequirement()

override TickRequirement SandBox.View.Missions.SandBox.SpawnPointDebugView.GetTickRequirement ( )
virtual

◆ OnTick()

override void SandBox.View.Missions.SandBox.SpawnPointDebugView.OnTick ( float  dt)
protectedvirtual

◆ OnEditorTick()

override void SandBox.View.Missions.SandBox.SpawnPointDebugView.OnEditorTick ( float  dt)
protectedvirtual

◆ OnCheckForProblems()

override bool SandBox.View.Missions.SandBox.SpawnPointDebugView.OnCheckForProblems ( )
protectedvirtual
Parameters
variableNameName of the field which has just changed.

Reimplemented from TaleWorlds.Engine.ScriptComponentBehavior.

◆ OpenToolFromConsole()

static string SandBox.View.Missions.SandBox.SpawnPointDebugView.OpenToolFromConsole ( List< String >  strings)
static

Member Data Documentation

◆ ActivateDebugUI

bool SandBox.View.Missions.SandBox.SpawnPointDebugView.ActivateDebugUI = false
static

◆ ActivateDebugUIEditor

bool SandBox.View.Missions.SandBox.SpawnPointDebugView.ActivateDebugUIEditor = false