![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| override void ActivateTrigger | ( | ) |
Definition at line 63 of file SCR_PressureTriggerComponent.c.
| override void EOnContact | ( | IEntity | owner, |
| IEntity | other, | ||
| Contact | contact | ||
| ) |
Definition at line 15 of file SCR_PressureTriggerComponent.c.
| void TriggerManuallyServer | ( | ) |
Manually trigger the entity (Server Only)
Definition at line 54 of file SCR_PressureTriggerComponent.c.
| protected float m_fLastTryTime = 0 |
Definition at line 9 of file SCR_PressureTriggerComponent.c.
| protected float m_fMinWeight |
Definition at line 12 of file SCR_PressureTriggerComponent.c.
| SCR_PressureTriggerComponentClass MIN_DELAY = 125 |