![]() |
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_AIInfoComponentClass |
| class | SCR_AIInfoComponent |
Typedefs | |
| typedef func | SCR_AIOnCompartmentEntered |
| typedef func | SCR_AIOnCompartmentLeft |
| typedef func | SCR_AIOnAgentLifeStateChanged |
Functions | |
| void | SCR_AIOnCompartmentLeft (AIAgent agent, IEntity targetEntity, BaseCompartmentManagerComponent manager, int mgrID, int slotID, bool move) |
| void | SCR_AIOnAgentLifeStateChanged (AIAgent agent, SCR_AIInfoComponent info, IEntity vehicle, ECharacterLifeState lifeState) |
| typedef func SCR_AIOnAgentLifeStateChanged |
Definition at line 43 of file SCR_AIInfoComponent.c.
| typedef func SCR_AIOnCompartmentEntered |
Definition at line 37 of file SCR_AIInfoComponent.c.
| typedef func SCR_AIOnCompartmentLeft |
Definition at line 40 of file SCR_AIInfoComponent.c.
| void SCR_AIOnAgentLifeStateChanged | ( | AIAgent | agent, |
| SCR_AIInfoComponent | info, | ||
| IEntity | vehicle, | ||
| ECharacterLifeState | lifeState ) |
| void SCR_AIOnCompartmentLeft | ( | AIAgent | agent, |
| IEntity | targetEntity, | ||
| BaseCompartmentManagerComponent | manager, | ||
| int | mgrID, | ||
| int | slotID, | ||
| bool | move ) |
| SCR_AIInfoComponentClass AT_SPECIALIST = 8 |
| SCR_AIInfoComponentClass GRENADIER = 16 |
| SCR_AIInfoComponentClass HAS_FRAG_GRENADE |
| SCR_AIInfoComponentClass HAS_SMOKE_GRENADE = 64 |
| SCR_AIInfoComponentClass MACHINEGUNNER = 4 |
| SCR_AIInfoComponentClass MEDIC = 2 |
| SCR_AIInfoComponentClass NONE = 0 |
| SCR_AIInfoComponentClass RIFLEMAN = 1 |
| SCR_AIInfoComponentClass SNIPER = 32 |