![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
this file is interface to AI Behaviour More...
Go to the source code of this file.
Data Structures | |
| class | AIBehaviourHLData |
| class | AIBehaviourHLDataZombie2 |
| class | AIBehaviourHLZombie2 |
Functions | |
| void | ~AIBehaviourHL () |
| void | ~AIBehaviourHLData () |
| void | AIBehaviourHLData () |
| proto native AIBehaviourHLData | GetTemplateData () |
| void | OnAnimationEvent (int nameCrc) |
| void | OnDamage (float damage, EntityAI source) |
| void | OnDamageInflicted () |
| void | OnInit () |
| Callback for user defined initialization. Called for all suites during TestHarness.Begin(). | |
| void | OnParseConfig () |
| proto native void | ParseAlertLevel (string name) |
| proto native void | ParseBehaviourSlot (string name) |
| proto native float | ReadParamValue (string paramName, float defValue) |
| static proto void | RegAIBehaviour (string behname, typename behClass, typename behClassData) |
| proto native void | SetNextBehaviour (int BehaviourCrc) |
| void | Simulate (float timeDelta) |
| proto native void | SwitchToNextBehaviour () |
Variables | |
| AIBehaviourHLZombie2 | AIBehaviourHL |
this file is interface to AI Behaviour
Definition in file aibehaviour.c.
|
private |
Definition at line 45 of file aibehaviour.c.
|
private |
Definition at line 46 of file aibehaviour.c.
|
private |
Definition at line 45 of file aibehaviour.c.
|
private |
Referenced by AIBehaviourHLZombie2::GetData().
|
private |
Definition at line 64 of file aibehaviour.c.
Definition at line 61 of file aibehaviour.c.
|
private |
Definition at line 63 of file aibehaviour.c.
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
Referenced by AIBehaviourHLZombie2::OnInit().
|
private |
Definition at line 53 of file aibehaviour.c.
|
private |
Referenced by AIBehaviourHLZombie2::OnInit().
|
private |
Definition at line 1 of file aibehaviour.c.