Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MineManagerComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class MineManagerComponentClass: GenericComponentClass
13{
14}
15
16class 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
proto external void AddFactionAwareness(notnull IEntity mine, notnull IEntity awarenessAdder)
Update a mine's information awareness.
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...
proto native void Remove(int index)