![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | AIBehaviourHLData |
| class | AIBehaviourHLZombie2 |
| class | AIBehaviourHLDataZombie2 |
Functions | |
| private void | AIBehaviourHLData () |
| private void | ~AIBehaviourHLData () |
| void | OnParseConfig () |
| proto native void | ParseBehaviourSlot (string name) |
| proto native void | ParseAlertLevel (string name) |
| proto native float | ReadParamValue (string paramName, float defValue) |
| private void | ~AIBehaviourHL () |
| proto native AIBehaviourHLData | GetTemplateData () |
| void | OnInit () |
| void | Simulate (float timeDelta) |
| void | OnDamage (float damage, EntityAI source) |
| void | OnDamageInflicted () |
| void | OnAnimationEvent (int nameCrc) |
| proto native void | SetNextBehaviour (int BehaviourCrc) |
| proto native void | SwitchToNextBehaviour () |
Variables | |
| AIBehaviourHLZombie2 | AIBehaviourHL |
this file is interface to AI Behaviour
Definition in file aibehaviour.c.
| private void AIBehaviourHL::AIBehaviourHLData | ( | ) |
Definition at line 2 of file aibehaviour.c.
| proto native AIBehaviourHLData GetTemplateData | ( | ) |
| void OnAnimationEvent | ( | int | nameCrc | ) |
Definition at line 64 of file aibehaviour.c.
Definition at line 61 of file aibehaviour.c.
| void OnDamageInflicted | ( | ) |
Definition at line 63 of file aibehaviour.c.
| void OnInit | ( | ) |
Definition at line 49 of file aibehaviour.c.
| void AIBehaviourHL::OnParseConfig | ( | ) |
| proto native void AIBehaviourHL::ParseAlertLevel | ( | string | name | ) |
| proto native void AIBehaviourHL::ParseBehaviourSlot | ( | string | name | ) |
| proto native void SetNextBehaviour | ( | int | BehaviourCrc | ) |
| void Simulate | ( | float | timeDelta | ) |
Definition at line 53 of file aibehaviour.c.
| proto native void SwitchToNextBehaviour | ( | ) |
| private void ~AIBehaviourHL | ( | ) |
Definition at line 45 of file aibehaviour.c.
| private void AIBehaviourHL::~AIBehaviourHLData | ( | ) |
Definition at line 3 of file aibehaviour.c.
| class AIBehaviourHLData AIBehaviourHL |
Definition at line 44 of file aibehaviour.c.