![]() |
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_SpawnerAIGroupManagerComponentClass |
| class | SCR_SpawnerAIRequest |
Functions | |
| SCR_SpawnerAIGroupManagerComponentClass SCR_BaseGameModeComponentClass | Attribute (defvalue:"1.5", params:"0.1 inf", desc:"Delay between spawning group members.") |
| bool | IsAtAILimit () |
| void | QueueSpawn (notnull SCR_CatalogEntitySpawnerComponent spawner, ResourceName resName, notnull IEntity user, notnull IEntity slotEntity, notnull SCR_EntityLabelPointComponent rallyPoint) |
| void | OnAgentsUpdated (AIAgent agent) |
| override void | EOnFrame (IEntity owner, float timeSlice) |
| override void | EOnInit (IEntity owner) |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| void | ~SCR_SpawnerAIGroupManagerComponent () |
| SCR_SpawnerAIGroupManagerComponentClass SCR_BaseGameModeComponentClass Attribute | ( | defvalue:"1.5" | , |
| params:"0.1 inf" | , | ||
| desc:"Delay between spawning group members." | ) |
| [in] | value |
Definition at line 1 of file SCR_SpawnerAIGroupManager.c.
Definition at line 78 of file SCR_SpawnerAIGroupManager.c.
| bool IsAtAILimit | ( | ) |
Definition at line 26 of file SCR_SpawnerAIGroupManager.c.
|
protected |
Definition at line 59 of file SCR_SpawnerAIGroupManager.c.
| void QueueSpawn | ( | notnull SCR_CatalogEntitySpawnerComponent | spawner, |
| ResourceName | resName, | ||
| notnull IEntity | user, | ||
| notnull IEntity | slotEntity, | ||
| notnull SCR_EntityLabelPointComponent | rallyPoint ) |
| [in] | spawner | |
| [in] | resName | |
| [in] | user | |
| [in] | slotEntity | |
| [in] | rallyPoint |
Definition at line 38 of file SCR_SpawnerAIGroupManager.c.
|
protected |
Definition at line 112 of file SCR_SpawnerAIGroupManager.c.