Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MineManagerComponent.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
12
class
MineManagerComponentClass
: GenericComponentClass
13
{
14
}
15
16
class
MineManagerComponent: GenericComponent
17
{
19
proto external
void
Register
(notnull IEntity mine, IEntity mineSpawner);
21
proto external
void
Remove
(notnull IEntity mine);
23
proto external
void
AddFactionAwareness
(notnull IEntity mine, notnull IEntity awarenessAdder);
24
}
25
Remove
proto external void Remove(notnull IEntity mine)
Removes the given mine entity.
AddFactionAwareness
proto external void AddFactionAwareness(notnull IEntity mine, notnull IEntity awarenessAdder)
Update a mine's information awareness.
MineManagerComponentClass
Definition:
MineManagerComponent.c:12
Register
MineManagerComponentClass GenericComponentClass Register(notnull IEntity mine, IEntity mineSpawner)
Registers the given mine entity. The mine spawner will add it's awareness to it's faction of this min...
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
AI
MineManagerComponent.c
Generated by
1.8.17