Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_MeleeWeaponProperties Interface Reference
Inheritance diagram for SCR_MeleeWeaponProperties:
[legend]

Public 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
 

Member Function Documentation

◆ GetWeaponDamage()

float SCR_MeleeWeaponProperties.GetWeaponDamage ( )

Value of damage dealt to the target.

◆ GetWeaponMeleeAccuracy()

float SCR_MeleeWeaponProperties.GetWeaponMeleeAccuracy ( )

Size of the raysphere used to trace the target.

◆ GetWeaponRange()

float SCR_MeleeWeaponProperties.GetWeaponRange ( )

Range in meters that is used as max raycast length.

◆ OnPostInit()

override void SCR_MeleeWeaponProperties.OnPostInit ( IEntity  owner)

Member Data Documentation

◆ m_fAccuracy

float SCR_MeleeWeaponProperties.m_fAccuracy
protected

◆ m_statsManager

BaseWeaponStatsManagerComponent SCR_MeleeWeaponProperties.m_statsManager
protected

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