|
M&B: Bannerlord 1.2.10
The horns sound, the ravens gather.
|
Inherits TaleWorlds.Engine.ScriptComponentBehavior.
Public Member Functions | |
| override TickRequirement | GetTickRequirement () |
| void | DisableMarkerActivation () |
| void | ActivateMarkerFor (float activeSeconds, float passiveSeconds) |
| void | ResetPassiveDurationTimer () |
Public Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior | |
| void | SetScriptComponentToTick (TickRequirement value) |
| void | SetScriptComponentToTickMT (TickRequirement value) |
Public Attributes | |
| string | MarkerPrefabName = "highlight_beam" |
Additional Inherited Members | |
Public Types inherited from TaleWorlds.Engine.ScriptComponentBehavior | |
| enum | TickRequirement : uint { None = 0x00000000 , TickOccasionally = 0x00000001 , Tick = 0x00000002 , TickParallel = 0x00000004 , TickParallel2 = 0x00000008 } |
Protected Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior | |
| void | InvalidateWeakPointersIfValid () |
| ScriptComponentBehavior () | |
| virtual void | OnRemoved (int removeReason) |
Properties inherited from TaleWorlds.Engine.ScriptComponentBehavior | |
| GameEntity | GameEntity [get] |
| ManagedScriptComponent | ScriptComponent [get] |
| ManagedScriptHolder | ManagedScriptHolder [get] |
| Scene | Scene [get] |
|
virtual |
Reimplemented from TaleWorlds.Engine.ScriptComponentBehavior.
| void TaleWorlds.MountAndBlade.Markable.DisableMarkerActivation | ( | ) |
| void TaleWorlds.MountAndBlade.Markable.ActivateMarkerFor | ( | float | activeSeconds, |
| float | passiveSeconds ) |
| void TaleWorlds.MountAndBlade.Markable.ResetPassiveDurationTimer | ( | ) |
| string TaleWorlds.MountAndBlade.Markable.MarkerPrefabName = "highlight_beam" |