Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Instigator.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class Instigator: Managed
13{
14 //use CreateInstigator instead
15 private void Instigator()
16 {
17 }
18
20 proto external void SetInstigator(IEntity entity);
22 proto external void SetInstigatorByPlayerID(int playerID);
24 proto external void SetInstigatorTypeToGM(int playerID = 0);
29 proto external IEntity GetInstigatorEntity();
31 proto external int GetInstigatorPlayerID();
33 proto external InstigatorType GetInstigatorType();
35 static proto ref Instigator CreateInstigator(IEntity instigator);
36 // Special case for create instigator. It creates an instigator with InstigatorType: INSTIGATOR_GM
37 static proto ref Instigator CreateInstigatorGM(int playerID = 0);
38}
39
InstigatorType