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

Go to the source code of this file.

Classes

class  SCR_EditableExplosiveChargeComponentClass

Functions

SCR_EditableExplosiveChargeComponentClass SCR_EditableSystemComponentClass OnPostInit (IEntity owner)
 Editable Mine.
bool IsArmedByDefault ()
float GetDefaultFuzeTime ()
void ActivateCharge ()
 Arms the charge with 120s fuze.
override bool IsDestroyed ()
override bool CanDestroy ()
override bool Destroy (int editorPlayerID)

Variables

bool m_bArmedByDefault
float m_fDefaultFuzeTime

Function Documentation

◆ ActivateCharge()

void ActivateCharge ( )
protected

Arms the charge with 120s fuze.

Definition at line 38 of file SCR_EditableExplosiveChargeComponent.c.

◆ CanDestroy()

override bool CanDestroy ( )
protected

Definition at line 61 of file SCR_EditableExplosiveChargeComponent.c.

◆ Destroy()

override bool Destroy ( int editorPlayerID)
protected

Definition at line 68 of file SCR_EditableExplosiveChargeComponent.c.

◆ GetDefaultFuzeTime()

float OnPostInit::GetDefaultFuzeTime ( )
protected

Definition at line 41 of file SCR_EditableExplosiveChargeComponent.c.

◆ IsArmedByDefault()

bool OnPostInit::IsArmedByDefault ( )
protected

Definition at line 35 of file SCR_EditableExplosiveChargeComponent.c.

◆ IsDestroyed()

override bool IsDestroyed ( )
protected

Definition at line 54 of file SCR_EditableExplosiveChargeComponent.c.

Variable Documentation

◆ m_bArmedByDefault

bool m_bArmedByDefault
protected

Definition at line 29 of file SCR_EditableExplosiveChargeComponent.c.

◆ m_fDefaultFuzeTime

float m_fDefaultFuzeTime
protected

Definition at line 32 of file SCR_EditableExplosiveChargeComponent.c.