Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Projectile_Trigger

Classes

class  BaseTriggerComponent
class  BaseTriggerComponentClass
class  CollisionTriggerComponentClass
class  ProximityTriggerComponent
class  ProximityTriggerComponentClass
class  TimerTriggerComponentClass

Functions

TimerTriggerComponentClass BaseTriggerComponentClass GetTimer ()
proto external void SetTimer (float newTime)

Detailed Description

Function Documentation

◆ GetTimer()

Gets the local time left on the timer trigger.

Warning
The timer variable is not replicated.
Returns
Current time duration in seconds.

◆ SetTimer()

proto external void SetTimer ( float newTime)

Sets the local time left on the timer trigger.

Warning
The timer variable is not replicated.
Parameters
newTimeThe new timer duration in seconds.