|
M&B: Bannerlord 1.3.4
The horns sound, the ravens gather.
|
Inherits TaleWorlds.Engine.ScriptComponentBehavior.
Public Member Functions | |
| override TickRequirement | GetTickRequirement () |
Public Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior | |
| void | SetScriptComponentToTick (TickRequirement tickReq) |
| void | SetScriptComponentToTickMT (TickRequirement value) |
Public Attributes | |
| float | LightIntensity = 1000.0f |
| float | LightningRate = 5.0f |
| float | BoltSpeed = 1.0f |
| float | LightTravelRadius = 5.0f |
| float | BoltLife = 1.0f |
| bool | IsBoltEnabled = true |
Additional Inherited Members | |
Public Types inherited from TaleWorlds.Engine.ScriptComponentBehavior | |
| enum | TickRequirement : uint { None = 0x00000000 , TickOccasionally = 0x00000001 , Tick = 0x00000002 , TickParallel = 0x00000004 , TickParallel2 = 0x00000008 , FixedTick = 0x00000010 , FixedParallelTick = 0x00000020 , TickParallel3 = 0x00000040 } |
Protected Member Functions inherited from TaleWorlds.Engine.ScriptComponentBehavior | |
| void | InvalidateWeakPointersIfValid () |
| ScriptComponentBehavior () | |
| virtual void | OnRemoved (int removeReason) |
Properties inherited from TaleWorlds.Engine.ScriptComponentBehavior | |
| WeakGameEntity | GameEntity [get] |
| ManagedScriptComponent | ScriptComponent [get] |
| ManagedScriptHolder | ManagedScriptHolder [get] |
| Scene | Scene [get] |
|
virtual |
Reimplemented from TaleWorlds.Engine.ScriptComponentBehavior.
| float TaleWorlds.MountAndBlade.Lightning.LightIntensity = 1000.0f |
| float TaleWorlds.MountAndBlade.Lightning.LightningRate = 5.0f |
| float TaleWorlds.MountAndBlade.Lightning.BoltSpeed = 1.0f |
| float TaleWorlds.MountAndBlade.Lightning.LightTravelRadius = 5.0f |
| float TaleWorlds.MountAndBlade.Lightning.BoltLife = 1.0f |
| bool TaleWorlds.MountAndBlade.Lightning.IsBoltEnabled = true |