Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseTriggerComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_BaseTriggerComponentClass

Functions

SCR_BaseTriggerComponentClass BaseTriggerComponentClass Attribute ("0", desc:"Is this mine live by default?")
bool IsActivatedByDefault ()
void SetUser (notnull IEntity user)
void ActivateTrigger ()
void DisarmTrigger ()
void ShowFuse ()
void OnActivatedChanged ()
 Method called on the clients, the item should be outside inventory already.
void RPC_DoTrigger ()
void EOnInit (IEntity owner)
void SCR_BaseTriggerComponent (IEntityComponentSource src, IEntity ent, IEntity parent)

Function Documentation

◆ ActivateTrigger()

void ActivateTrigger ( )

Definition at line 45 of file SCR_BaseTriggerComponent.c.

◆ Attribute()

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

Definition at line 1 of file SCR_BaseTriggerComponent.c.

◆ DisarmTrigger()

void DisarmTrigger ( )

Definition at line 62 of file SCR_BaseTriggerComponent.c.

◆ IsActivatedByDefault()

bool IsActivatedByDefault ( )
Returns

Definition at line 29 of file SCR_BaseTriggerComponent.c.

◆ OnActivatedChanged()

void OnActivatedChanged ( )

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

Definition at line 82 of file SCR_BaseTriggerComponent.c.

◆ RPC_DoTrigger()

void RPC_DoTrigger ( )

Definition at line 91 of file SCR_BaseTriggerComponent.c.

◆ SCR_BaseTriggerComponent()

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

Definition at line 117 of file SCR_BaseTriggerComponent.c.

◆ SetUser()

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

Definition at line 36 of file SCR_BaseTriggerComponent.c.

◆ ShowFuse()

void ShowFuse ( )

Definition at line 70 of file SCR_BaseTriggerComponent.c.