Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_PrefabDeleterEntityClass |
Functions | |
SCR_PrefabDeleterEntityClass GenericEntityClass | Attribute (defvalue:"10", uiwidget:UIWidgets.Slider, desc:"Radius in which entities are deleted", "0 1000 1")] protected float m_fRadius |
private bool | QueryEntities (IEntity e) |
override void | EOnInit (IEntity owner) |
void | SCR_PrefabDeleterEntity (IEntitySource src, IEntity parent) |
SCR_PrefabDeleterEntityClass GenericEntityClass Attribute | ( | defvalue:"10" | , |
uiwidget:UIWidgets. | Slider, | ||
desc:"Radius in which entities are deleted" | , | ||
"0 1000 1" | |||
) |
private bool QueryEntities | ( | IEntity | e | ) |
Definition at line 13 of file SCR_PrefabDeleter.c.
void SCR_PrefabDeleterEntity | ( | IEntitySource | src, |
IEntity | parent | ||
) |
[in] | src | |
[in] | parent |
Definition at line 38 of file SCR_PrefabDeleter.c.