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

Go to the source code of this file.

Classes

class  SCR_ExplosiveTriggerComponentClass

Functions

SCR_ExplosiveChargeComponent GetExplosiveChargeComponent ()
void UseTrigger ()
 Authority method that will setoff this trigger and replicate the effect to other clients.
void EOnInit (IEntity owner)

Variables

SCR_ExplosiveTriggerComponentClass m_RplComp
SCR_ExplosiveChargeComponent m_ExplosiveChargeComp

Function Documentation

◆ GetExplosiveChargeComponent()

SCR_ExplosiveChargeComponent GetExplosiveChargeComponent ( )
protected

Definition at line 11 of file SCR_ExplosiveTriggerComponent.c.

◆ UseTrigger()

void UseTrigger ( )
protected

Authority method that will setoff this trigger and replicate the effect to other clients.

Definition at line 18 of file SCR_ExplosiveTriggerComponent.c.

Variable Documentation

◆ m_ExplosiveChargeComp

SCR_ExplosiveChargeComponent m_ExplosiveChargeComp
protected

Definition at line 8 of file SCR_ExplosiveTriggerComponent.c.

◆ m_RplComp