Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BaseTriggerComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_BaseTriggerComponentClass
 

Functions

SCR_BaseTriggerComponentClass BaseTriggerComponentClass Attribute ("0", "Is this mine live by default?")
 
void SetUser (notnull IEntity user)
 
void ActivateTrigger ()
 
void ShowFuse ()
 
void OnActivatedChanged ()
 Method called on the clients, the item should be outside inventory already. More...
 
void RPC_DoTrigger ()
 
override event protected void EOnInit (IEntity owner)
 Initialise this component with data from FactionsManager. More...
 
void SCR_BaseTriggerComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
 

Function Documentation

◆ ActivateTrigger()

void ActivateTrigger ( )

Definition at line 38 of file SCR_BaseTriggerComponent.c.

◆ Attribute()

SCR_BaseTriggerComponentClass BaseTriggerComponentClass Attribute ( "0"  ,
"Is this mine live by default?"   
)
Returns

Definition at line 8 of file SCR_BaseTriggerComponent.c.

◆ OnActivatedChanged()

void OnActivatedChanged ( )

Method called on the clients, the item should be outside inventory already.

Definition at line 69 of file SCR_BaseTriggerComponent.c.

◆ RPC_DoTrigger()

void RPC_DoTrigger ( )

Definition at line 78 of file SCR_BaseTriggerComponent.c.

◆ SCR_BaseTriggerComponent()

void SCR_BaseTriggerComponent ( IEntityComponentSource  src,
IEntity  ent,
IEntity  parent 
)
Parameters
[in]src
[in]ent
[in]parent

Definition at line 99 of file SCR_BaseTriggerComponent.c.

◆ SetUser()

void SetUser ( notnull IEntity  user)
Parameters
[in]user

Definition at line 29 of file SCR_BaseTriggerComponent.c.

◆ ShowFuse()

void ShowFuse ( )

Definition at line 57 of file SCR_BaseTriggerComponent.c.