M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
SandBox.Objects.AreaMarkers.CommonAreaMarker Class Reference

Inherits TaleWorlds.MountAndBlade.Objects.AreaMarker.

Public Member Functions

override List< UsableMachineGetUsableMachinesInRange (string excludeTag=null)
 
Alley GetAlley ()
 
override TextObject GetName ()
 
- Public Member Functions inherited from TaleWorlds.MountAndBlade.Objects.AreaMarker
bool IsPositionInRange (Vec3 position)
 
virtual List< UsableMachineGetUsableMachinesInRange (string excludeTag=null)
 
virtual List< UsableMachineGetUsableMachinesWithTagInRange (string tag)
 
virtual List< GameEntityGetGameEntitiesWithTagInRange (string tag)
 
virtual TextObject GetName ()
 
virtual Vec3 GetPosition ()
 
float GetTrackDistanceToMainAgent ()
 
bool CheckTracked (BasicCharacterObject basicCharacter)
 
- Public Member Functions inherited from TaleWorlds.MountAndBlade.MissionObject
 MissionObject ()
 
virtual void SetAbilityOfFaces (bool enabled)
 
override int GetHashCode ()
 
virtual void AfterMissionStart ()
 
void SetDisabled (bool isParentObject=false)
 Only disables the mission object script and removes it from active mission objects list but the object entity remains visible with active physics.
 
void SetDisabledAndMakeInvisible (bool isParentObject=false)
 Mission object is disabled and removed from active mission objects list, its entity is made invisible and therefore its physics is turned off.
 
virtual void OnEndMission ()
 
virtual void AddStuckMissile (GameEntity missileEntity)
 
- Public Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior
void SetScriptComponentToTick (TickRequirement value)
 
void SetScriptComponentToTickMT (TickRequirement value)
 
virtual TickRequirement GetTickRequirement ()
 
TextObject GetName ()
 
Vec3 GetPosition ()
 
float GetTrackDistanceToMainAgent ()
 
bool CheckTracked (BasicCharacterObject basicCharacter)
 

Public Attributes

string Type = ""
 
- Public Attributes inherited from TaleWorlds.MountAndBlade.Objects.AreaMarker
float AreaRadius = 3.0f
 
int AreaIndex = 0
 
bool CheckToggle
 

Protected Member Functions

override void OnInit ()
 This callback method is called when the object is constructed.
 
- Protected Member Functions inherited from TaleWorlds.MountAndBlade.MissionObject
virtual void AttachDynamicNavmeshToEntity ()
 
virtual GameEntity GetEntityToAttachNavMeshFaces ()
 
override void OnRemoved (int removeReason)
 
- Protected Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior
void InvalidateWeakPointersIfValid ()
 
 ScriptComponentBehavior ()
 
virtual void OnRemoved (int removeReason)
 

Properties

List< MatrixFrameHiddenSpawnFrames [get]
 
override string Tag [get]
 
- Properties inherited from TaleWorlds.MountAndBlade.Objects.AreaMarker
virtual string Tag [get]
 
- Properties inherited from TaleWorlds.MountAndBlade.MissionObject
MissionObjectId Id [get, set]
 
bool IsDisabled [get]
 
bool CreatedAtRuntime [get]
 
- Properties inherited from TaleWorlds.Engine.ScriptComponentBehavior
GameEntity GameEntity [get]
 
ManagedScriptComponent ScriptComponent [get]
 
ManagedScriptHolder ManagedScriptHolder [get]
 
Scene Scene [get]
 

Additional Inherited Members

- Public Types inherited from TaleWorlds.Engine.ScriptComponentBehavior
enum  TickRequirement : uint {
  None = 0x00000000 ,
  TickOccasionally = 0x00000001 ,
  Tick = 0x00000002 ,
  TickParallel = 0x00000004 ,
  TickParallel2 = 0x00000008
}
 
- Protected Attributes inherited from TaleWorlds.MountAndBlade.MissionObject
string NavMeshPrefabName = ""
 
int DynamicNavmeshIdStart = 0
 
- Static Protected Attributes inherited from TaleWorlds.MountAndBlade.MissionObject
const int InsideNavMeshIdLocal = 1
 
const int EnterNavMeshIdLocal = 2
 
const int ExitNavMeshIdLocal = 3
 
const int BlockerNavMeshIdLocal = 4
 
const int ExtraNavMesh1IdLocal = 5
 
const int ExtraNavMesh2IdLocal = 6
 
const int ExtraNavMesh3IdLocal = 7
 

Member Function Documentation

◆ OnInit()

override void SandBox.Objects.AreaMarkers.CommonAreaMarker.OnInit ( )
protectedvirtual

◆ GetUsableMachinesInRange()

override List< UsableMachine > SandBox.Objects.AreaMarkers.CommonAreaMarker.GetUsableMachinesInRange ( string  excludeTag = null)
virtual

◆ GetAlley()

Alley SandBox.Objects.AreaMarkers.CommonAreaMarker.GetAlley ( )

◆ GetName()

override TextObject SandBox.Objects.AreaMarkers.CommonAreaMarker.GetName ( )
virtual

Member Data Documentation

◆ Type

string SandBox.Objects.AreaMarkers.CommonAreaMarker.Type = ""

Property Documentation

◆ HiddenSpawnFrames

List<MatrixFrame> SandBox.Objects.AreaMarkers.CommonAreaMarker.HiddenSpawnFrames
get

◆ Tag

override string SandBox.Objects.AreaMarkers.CommonAreaMarker.Tag
get