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

Go to the source code of this file.

Data Structures

class  SCR_PressureTriggerComponentClass
 

Functions

override void EOnContact (IEntity owner, IEntity other, Contact contact)
 
void TriggerManuallyServer ()
 Manually trigger the entity (Server Only) More...
 
override void ActivateTrigger ()
 
override event protected void EOnInit (IEntity owner)
 Initialise this component with data from FactionsManager. More...
 

Variables

SCR_PressureTriggerComponentClass MIN_DELAY = 125
 
protected float m_fLastTryTime = 0
 
protected float m_fMinWeight
 

Function Documentation

◆ ActivateTrigger()

override void ActivateTrigger ( )

Definition at line 63 of file SCR_PressureTriggerComponent.c.

◆ EOnContact()

override void EOnContact ( IEntity  owner,
IEntity  other,
Contact  contact 
)

Definition at line 15 of file SCR_PressureTriggerComponent.c.

◆ TriggerManuallyServer()

void TriggerManuallyServer ( )

Manually trigger the entity (Server Only)

Definition at line 54 of file SCR_PressureTriggerComponent.c.

Variable Documentation

◆ m_fLastTryTime

protected float m_fLastTryTime = 0

Definition at line 9 of file SCR_PressureTriggerComponent.c.

◆ m_fMinWeight

protected float m_fMinWeight

Definition at line 12 of file SCR_PressureTriggerComponent.c.

◆ MIN_DELAY