|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
66 proto external
void SetTraceMask(EQueryEntitiesFlags flags);
event protected void OnQueryFinished(bool bIsEmpty)
callback - query finished - occurs when the current query finished being processd and has updated res...
proto external void ClearTraceMask(EQueryEntitiesFlags flags)
Clears trace mask.
proto external void AddClassType(typename classType)
Add a class type to the filter.
proto external bool RemoveClassType(typename classType)
Remove a class type from the filter.
proto external void SetSphereRadius(float radius)
proto external bool QueryEntityInside(notnull IEntity ent)
SCR_GenericBoxEntityClass GenericEntity
proto external float GetUpdateRate()
proto external void SetUpdateRate(float updateRate)
proto external void AddPrefabFilter(PrefabFilter prefabFilter)
Add a prefab filter to the filters.
event protected void OnDeactivate(IEntity ent)
callback - deactivation - occurs when and entity which was activated (OnActivate) leaves the Trigger
proto external bool RemovePrefabFilter(PrefabFilter prefabFilter)
Remove a prefab filter from the filters.
proto external void QueryEntitiesInside()
proto external bool IsPeriodicQueriesEnabled()
ScriptInvoker GetOnQueryFinished()
proto external bool RemoveFilterName(string name)
Remove a name from the filter.
proto external int GetEntitiesInside(out notnull array< IEntity > outEntities)
proto external bool DefaultEntityFilterForQuery(IEntity ent)
proto external float GetSphereRadius()
proto external void SetTraceMask(EQueryEntitiesFlags flags)
proto external EQueryEntitiesFlags GetTraceMask()
Get flag(s) from the traces done by the the trigger.
proto external void AddFilterName(string name)
Add a name to the filter.
BaseGameTriggerEntityClass Event_OnQueryFinished
proto external void EnablePeriodicQueries(bool enable)
event protected void OnActivate(IEntity ent)
callback - activation - occurs when and entity which fulfills the filter definitions enters the Trigg...