Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AIAnimal.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
16class AIAnimal: AIAgent
17{
18 proto external int GetSoundMapTag();
19 //A danger event happened in server, this calls to "ReactDanger" in clients. Returns false if it can not spawn/activate
20 proto external bool CallReactToDanger();
21 proto external bool ManualActivation();
22
23 // callbacks
24
25 //What effects should play when scared (for example, playing sounds, particles or animations)
26 event void OnReactToDanger();
27}
28
AIAnimalClass AIAgentClass GetSoundMapTag()
event void OnReactToDanger()
proto external bool ManualActivation()
proto external bool CallReactToDanger()