![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_ScriptedUserAction |
| A scripted action class having optional logic to check if vehicle is valid. More... | |
Typedefs | |
| typedef func | UserActionEventListener |
Functions | |
| void | UserActionEventListener (IEntity user, ScriptedUserAction action, EUserActionEvent e) |
| typedef func UserActionEventListener |
Definition at line 2 of file SCR_ScriptedUserAction.c.
| void UserActionEventListener | ( | IEntity | user, |
| ScriptedUserAction | action, | ||
| EUserActionEvent | e ) |
| SCR_ScriptedUserAction IGNORE = 0 |
| SCR_ScriptedUserAction IN_VEHICLE_ANY = 20 |
| SCR_ScriptedUserAction IN_VEHICLE_CARGO = 50 |
| SCR_ScriptedUserAction IN_VEHICLE_PILOT = 30 |
| SCR_ScriptedUserAction IN_VEHICLE_TURRET = 40 |
| SCR_ScriptedUserAction NOT_IN_VEHICLE = 10 |