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

Inherits TaleWorlds.MountAndBlade.UsableMissionObject.

Public Member Functions

TextObject GetActionMessage (ItemObject weaponToReplaceWith, bool fillUp)
 
TextObject GetDescriptionMessage (bool fillUp)
 
void Initialize (MissionWeapon weapon, bool hasLifeTime, Mission.WeaponSpawnFlags spawnFlags, in Vec3 fakeSimulationVelocity)
 
override TickRequirement GetTickRequirement ()
 
void AttachWeaponToWeapon (MissionWeapon attachedWeapon, ref MatrixFrame attachLocalFrame)
 
bool IsReadyToBeDeleted ()
 
override void OnUseStopped (Agent userAgent, bool isSuccessful, int preferenceIndex)
 
override void OnUse (Agent userAgent)
 
override bool IsDisabledForAgent (Agent agent)
 
bool IsStuckMissile ()
 
bool IsQuiverAndNotEmpty ()
 
bool IsBanner ()
 
override TextObject GetInfoTextForBeingNotInteractable (Agent userAgent)
 
void StopPhysicsAndSetFrameForClient (MatrixFrame frame, GameEntity parent)
 
void ConsumeWeaponAmount (short consumedAmount)
 
override string GetDescriptionText (GameEntity gameEntity=null)
 
void RequestDeletionOnNextTick ()
 
- Public Member Functions inherited from TaleWorlds.MountAndBlade.UsableMissionObject
virtual void OnUserConversationStart ()
 
virtual void OnUserConversationEnd ()
 
void SetIsDeactivatedSynched (bool value)
 
void SetIsDisabledForPlayersSynched (bool value)
 
virtual bool IsDisabledForAgent (Agent agent)
 
void AddComponent (UsableMissionObjectComponent component)
 
void RemoveComponent (UsableMissionObjectComponent component)
 
GetComponent< T > ()
 
void RefreshGameEntityWithWorldPosition ()
 
virtual void OnFocusGain (Agent userAgent)
 
virtual void OnFocusLose (Agent userAgent)
 
virtual TextObject GetInfoTextForBeingNotInteractable (Agent userAgent)
 
virtual void SetUserForClient (Agent userAgent)
 
virtual void OnUse (Agent userAgent)
 
virtual void OnAIMoveToUse (Agent userAgent, IDetachment detachment)
 
virtual void OnUseStopped (Agent userAgent, bool isSuccessful, int preferenceIndex)
 
virtual void OnMoveToStopped (Agent movingAgent)
 
virtual int GetMovingAgentCount ()
 
virtual Agent GetMovingAgentWithIndex (int index)
 
virtual void RemoveMovingAgent (Agent movingAgent)
 
virtual void AddMovingAgent (Agent movingAgent)
 
virtual void SimulateTick (float dt)
 
override TickRequirement GetTickRequirement ()
 
virtual WorldFrame GetUserFrameForAgent (Agent agent)
 
override string ToString ()
 
virtual bool IsAIMovingTo (Agent agent)
 
virtual bool HasUserPositionsChanged (Agent agent)
 
override void WriteToNetwork ()
 Sends object's data to synchronize it to clients. More...
 
override bool ReadFromNetwork ()
 Receives object's data to synchronize it from the server. More...
 
virtual bool IsUsableByAgent (Agent userAgent)
 
override void OnEndMission ()
 
abstract string GetDescriptionText (GameEntity gameEntity=null)
 
- Public Member Functions inherited from TaleWorlds.MountAndBlade.SynchedMissionObject
override TickRequirement GetTickRequirement ()
 
void SetLocalPositionSmoothStep (ref Vec3 targetPosition)
 
virtual void SetVisibleSynched (bool value, bool forceChildrenVisible=false)
 
virtual void SetPhysicsStateSynched (bool value, bool setChildren=true)
 
virtual void SetDisabledSynched ()
 
void SetFrameSynched (ref MatrixFrame frame, bool isClient=false)
 
void SetGlobalFrameSynched (ref MatrixFrame frame, bool isClient=false)
 
void SetFrameSynchedOverTime (ref MatrixFrame frame, float duration, bool isClient=false)
 
void SetGlobalFrameSynchedOverTime (ref MatrixFrame frame, float duration, bool isClient=false)
 
void SetAnimationAtChannelSynched (string animationName, int channelNo, float animationSpeed=1.0f)
 
void SetAnimationAtChannelSynched (int animationIndex, int channelNo, float animationSpeed=1.0f)
 
void SetAnimationChannelParameterSynched (int channelNo, float parameter)
 
void PauseSkeletonAnimationSynched ()
 
void ResumeSkeletonAnimationSynched ()
 
void BurstParticlesSynched (bool doChildren=true)
 
void ApplyImpulseSynched (Vec3 localPosition, Vec3 impulse)
 
void AddBodyFlagsSynched (BodyFlags flags, bool applyToChildren=true)
 
void RemoveBodyFlagsSynched (BodyFlags flags, bool applyToChildren=true)
 
void SetTeamColors (uint color, uint color2)
 
virtual void SetTeamColorsSynched (uint color, uint color2)
 
virtual bool ReadFromNetwork ()
 
virtual void WriteToNetwork ()
 
- 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 More...
 
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 More...
 
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 ()
 
void OnFocusGain (Agent userAgent)
 
void OnFocusLose (Agent userAgent)
 
TextObject GetInfoTextForBeingNotInteractable (Agent userAgent)
 
string GetDescriptionText (GameEntity gameEntity=null)
 
void OnUse (Agent userAgent)
 
void OnUseStopped (Agent userAgent, bool isSuccessful, int preferenceIndex)
 

Public Attributes

string WeaponName = ""
 
- Public Attributes inherited from TaleWorlds.MountAndBlade.UsableMissionObject
TextObject DescriptionMessage = TextObject.Empty
 
TextObject ActionMessage = TextObject.Empty
 

Protected Member Functions

override void OnRemoved (int removeReason)
 
- Protected Member Functions inherited from TaleWorlds.MountAndBlade.UsableMissionObject
 UsableMissionObject (bool isInstantUse=false)
 
virtual void CollectChildEntity (GameEntity childEntity)
 
virtual bool VerifyChildEntities (ref string errorMessage)
 
override void OnRemoved (int removeReason)
 
- 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

MissionWeapon WeaponCopy [get]
 
bool HasLifeTime [get, set]
 
bool IsRemoved [get]
 
Mission.WeaponSpawnFlags SpawnFlags [get]
 
- Properties inherited from TaleWorlds.MountAndBlade.UsableMissionObject
virtual FocusableObjectType FocusableObjectType [get]
 
Agent UserAgent [get]
 
GameEntityWithWorldPosition GameEntityWithWorldPosition [get]
 
virtual Agent MovingAgent [get]
 
bool IsInstantUse [get, protected set]
 Whether this object is used instantly or is used continuously over some time. More...
 
bool IsDeactivated [get, set]
 
bool IsDisabledForPlayers [get, set]
 
virtual GameEntity InteractionEntity [get]
 
bool HasAIUser [get]
 
bool HasUser [get]
 
virtual bool HasAIMovingTo [get]
 
virtual bool DisableCombatActionsOnUse [get]
 If user agent's combat actions will be disabled while using this object or not. More...
 
bool IsVisible [get, set]
 
- Properties inherited from TaleWorlds.MountAndBlade.SynchedMissionObject
uint Color [get]
 
uint Color2 [get]
 
bool SynchronizeCompleted [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]
 
- Properties inherited from TaleWorlds.MountAndBlade.IFocusable
FocusableObjectType FocusableObjectType [get]
 
- Properties inherited from TaleWorlds.MountAndBlade.IVisible
bool IsVisible [get, set]
 

Additional Inherited Members

- Public Types inherited from TaleWorlds.MountAndBlade.SynchedMissionObject
enum  SynchFlags : uint
 
- Public Types inherited from TaleWorlds.Engine.ScriptComponentBehavior
enum  TickRequirement : uint
 
- 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

◆ GetActionMessage()

TextObject TaleWorlds.MountAndBlade.SpawnedItemEntity.GetActionMessage ( ItemObject  weaponToReplaceWith,
bool  fillUp 
)

◆ GetDescriptionMessage()

TextObject TaleWorlds.MountAndBlade.SpawnedItemEntity.GetDescriptionMessage ( bool  fillUp)

◆ Initialize()

void TaleWorlds.MountAndBlade.SpawnedItemEntity.Initialize ( MissionWeapon  weapon,
bool  hasLifeTime,
Mission.WeaponSpawnFlags  spawnFlags,
in Vec3  fakeSimulationVelocity 
)

◆ GetTickRequirement()

override TickRequirement TaleWorlds.MountAndBlade.SpawnedItemEntity.GetTickRequirement ( )
virtual

◆ OnRemoved()

override void TaleWorlds.MountAndBlade.SpawnedItemEntity.OnRemoved ( int  removeReason)
protectedvirtual

◆ AttachWeaponToWeapon()

void TaleWorlds.MountAndBlade.SpawnedItemEntity.AttachWeaponToWeapon ( MissionWeapon  attachedWeapon,
ref MatrixFrame  attachLocalFrame 
)

◆ IsReadyToBeDeleted()

bool TaleWorlds.MountAndBlade.SpawnedItemEntity.IsReadyToBeDeleted ( )

◆ OnUseStopped()

override void TaleWorlds.MountAndBlade.SpawnedItemEntity.OnUseStopped ( Agent  userAgent,
bool  isSuccessful,
int  preferenceIndex 
)
virtual

◆ OnUse()

override void TaleWorlds.MountAndBlade.SpawnedItemEntity.OnUse ( Agent  userAgent)
virtual

◆ IsDisabledForAgent()

override bool TaleWorlds.MountAndBlade.SpawnedItemEntity.IsDisabledForAgent ( Agent  agent)
virtual

◆ IsStuckMissile()

bool TaleWorlds.MountAndBlade.SpawnedItemEntity.IsStuckMissile ( )

◆ IsQuiverAndNotEmpty()

bool TaleWorlds.MountAndBlade.SpawnedItemEntity.IsQuiverAndNotEmpty ( )

◆ IsBanner()

bool TaleWorlds.MountAndBlade.SpawnedItemEntity.IsBanner ( )

◆ GetInfoTextForBeingNotInteractable()

override TextObject TaleWorlds.MountAndBlade.SpawnedItemEntity.GetInfoTextForBeingNotInteractable ( Agent  userAgent)
virtual

◆ StopPhysicsAndSetFrameForClient()

void TaleWorlds.MountAndBlade.SpawnedItemEntity.StopPhysicsAndSetFrameForClient ( MatrixFrame  frame,
GameEntity  parent 
)

◆ ConsumeWeaponAmount()

void TaleWorlds.MountAndBlade.SpawnedItemEntity.ConsumeWeaponAmount ( short  consumedAmount)

◆ GetDescriptionText()

override string TaleWorlds.MountAndBlade.SpawnedItemEntity.GetDescriptionText ( GameEntity  gameEntity = null)
virtual

◆ RequestDeletionOnNextTick()

void TaleWorlds.MountAndBlade.SpawnedItemEntity.RequestDeletionOnNextTick ( )

Member Data Documentation

◆ WeaponName

string TaleWorlds.MountAndBlade.SpawnedItemEntity.WeaponName = ""

Property Documentation

◆ WeaponCopy

MissionWeapon TaleWorlds.MountAndBlade.SpawnedItemEntity.WeaponCopy
get

◆ HasLifeTime

bool TaleWorlds.MountAndBlade.SpawnedItemEntity.HasLifeTime
getset

◆ IsRemoved

bool TaleWorlds.MountAndBlade.SpawnedItemEntity.IsRemoved
get

◆ SpawnFlags

Mission.WeaponSpawnFlags TaleWorlds.MountAndBlade.SpawnedItemEntity.SpawnFlags
get