Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
AIFlock.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
12
class
AIFlockClass
:
AIAnimalClass
13
{
14
}
15
16
class
AIFlock: AIAnimal
17
{
18
proto external
void
ActivateAllBirds
(
bool
val);
19
proto external vector
CreateRandomBirdTarget
(
int
i);
20
//For the individual birds, what will be its center, this is used as the starting position as well as for some calculations
21
proto external vector
CreateRandomBirdCenter
();
22
23
// callbacks
24
25
//Function called when the flock takes off
26
event
void
OnTakeOff
();
27
//Function called when the flock starts the flying animation
28
event
void
OnFlying
();
29
//Function called when the flock starts landing
30
event
void
OnLanding
();
31
//Function called when the flock finished landing
32
event
void
OnFinishedLanding
();
33
}
34
AIAnimalClass
Definition:
AIAnimal.c:12
CreateRandomBirdCenter
proto external vector CreateRandomBirdCenter()
ActivateAllBirds
AIFlockClass AIAnimalClass ActivateAllBirds(bool val)
OnLanding
event void OnLanding()
CreateRandomBirdTarget
proto external vector CreateRandomBirdTarget(int i)
AIFlockClass
Definition:
AIFlock.c:12
OnTakeOff
event void OnTakeOff()
OnFlying
event void OnFlying()
OnFinishedLanding
event void OnFinishedLanding()
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
AI
AIFlock.c
Generated by
1.8.17