Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ScriptedGameTriggerEntity.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14 }
15 
16 class ScriptedGameTriggerEntity: BaseGameTriggerEntity
17 {
18  event protected event void OnInit(IEntity owner);
19  event protected event void OnFrame(IEntity owner, float timeSlice);
21  event bool ScriptedEntityFilterForQuery(IEntity ent) { return true; };
22 }
23 
BaseGameTriggerEntityClass
Definition: BaseGameTriggerEntity.c:12
OnInit
ScriptedGameTriggerEntityClass BaseGameTriggerEntityClass OnInit(IEntity owner)
Definition: SCR_CharacterCommandHandler_Tests.c:523
ScriptedEntityFilterForQuery
event bool ScriptedEntityFilterForQuery(IEntity ent)
Override this method in inherited class to define a new filter. This base filter will not be used unl...
Definition: ScriptedGameTriggerEntity.c:21
ScriptedGameTriggerEntityClass
Definition: ScriptedGameTriggerEntity.c:12
OnFrame
event protected event void OnFrame(IEntity owner, float timeSlice)