Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MeleeWeaponProperties Class Reference
Inheritance diagram for SCR_MeleeWeaponProperties:
ScriptComponent

Protected Member Functions

float GetWeaponDamage ()
 Value of damage dealt to the target.
float GetWeaponRange ()
 Range in meters that is used as max raycast length.
float GetWeaponMeleeAccuracy ()
 Size of the raysphere used to trace the target.
override void OnPostInit (IEntity owner)

Protected Attributes

float m_fAccuracy
BaseWeaponStatsManagerComponent m_statsManager

Detailed Description

Definition at line 7 of file SCR_MeleeWeaponProperties.c.

Member Function Documentation

◆ GetWeaponDamage()

float SCR_MeleeWeaponProperties::GetWeaponDamage ( )
inlineprotected

Value of damage dealt to the target.

Definition at line 22 of file SCR_MeleeWeaponProperties.c.

◆ GetWeaponMeleeAccuracy()

float SCR_MeleeWeaponProperties::GetWeaponMeleeAccuracy ( )
inlineprotected

Size of the raysphere used to trace the target.

Definition at line 50 of file SCR_MeleeWeaponProperties.c.

◆ GetWeaponRange()

float SCR_MeleeWeaponProperties::GetWeaponRange ( )
inlineprotected

Range in meters that is used as max raycast length.

Definition at line 36 of file SCR_MeleeWeaponProperties.c.

◆ OnPostInit()

override void SCR_MeleeWeaponProperties::OnPostInit ( IEntity owner)
inlineprotected

Definition at line 63 of file SCR_MeleeWeaponProperties.c.

Member Data Documentation

◆ m_fAccuracy

float SCR_MeleeWeaponProperties::m_fAccuracy
protected

Definition at line 16 of file SCR_MeleeWeaponProperties.c.

◆ m_statsManager

BaseWeaponStatsManagerComponent SCR_MeleeWeaponProperties::m_statsManager
protected

Definition at line 18 of file SCR_MeleeWeaponProperties.c.


The documentation for this class was generated from the following file: