Inherits TaleWorlds.MountAndBlade.MissionObject.
|
| enum | TickRequirement : uint {
None = 0x00000000
,
TickOccasionally = 0x00000001
,
Tick = 0x00000002
,
TickParallel = 0x00000004
,
TickParallel2 = 0x00000008
} |
| |
Static Public Attributes inherited from TaleWorlds.MountAndBlade.MissionObject |
| const int | MaxNavMeshPerDynamicObject = (int) DynamicNavmeshLocalIds.Count |
| |
Protected Types inherited from TaleWorlds.MountAndBlade.MissionObject |
| enum | DynamicNavmeshLocalIds : int {
Inside = 1
,
Enter = 2
,
Exit = 3
,
Blocker = 4
,
Extra1 = 5
,
Extra2 = 6
,
Extra3 = 7
,
Reserved1 = 8
,
Reserved2 = 9
,
Count
} |
| |
Protected Member Functions inherited from TaleWorlds.MountAndBlade.MissionObject |
| virtual void | AttachDynamicNavmeshToEntity () |
| |
| virtual GameEntity | GetEntityToAttachNavMeshFaces () |
| |
| override void | OnRemoved (int removeReason) |
| |
| void | InvalidateWeakPointersIfValid () |
| |
| | ScriptComponentBehavior () |
| |
Protected Attributes inherited from TaleWorlds.MountAndBlade.MissionObject |
| string | NavMeshPrefabName = "" |
| |
| int | DynamicNavmeshIdStart = 0 |
| |
Properties inherited from TaleWorlds.MountAndBlade.MissionObject |
| MissionObjectId | Id [get, set] |
| |
| bool | IsDisabled [get] |
| |
| bool | CreatedAtRuntime [get] |
| |
| GameEntity | GameEntity [get] |
| |
| ManagedScriptComponent | ScriptComponent [get] |
| |
| ManagedScriptHolder | ManagedScriptHolder [get] |
| |
| Scene | Scene [get] |
| |
◆ GetTickRequirement()
| override TickRequirement TaleWorlds.MountAndBlade.Bird.GetTickRequirement |
( |
| ) |
|
|
virtual |
◆ CanFly
| bool TaleWorlds.MountAndBlade.Bird.CanFly |