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

Go to the source code of this file.

Classes

class  SCR_BayonetComponentClass

Functions

void AddBloodToBayonet ()
 Adds blood texture to bayonet.
void Rpc_AddBloodToBayonet ()

Variables

SCR_BayonetComponentClass BLOOD_STEP_SIZE = 10
 Blood visibility steps - cannot be 0.
const float MAX_BLOOD_LEVEL = 255.0
float m_fBloodStainLevel = 0

Function Documentation

◆ AddBloodToBayonet()

void AddBloodToBayonet ( )
protected

Adds blood texture to bayonet.

Definition at line 15 of file SCR_BayonetComponent.c.

◆ Rpc_AddBloodToBayonet()

void Rpc_AddBloodToBayonet ( )
protected

Definition at line 23 of file SCR_BayonetComponent.c.

Variable Documentation

◆ BLOOD_STEP_SIZE

SCR_BayonetComponentClass BLOOD_STEP_SIZE = 10

Blood visibility steps - cannot be 0.

◆ m_fBloodStainLevel

float m_fBloodStainLevel = 0
protected

Definition at line 11 of file SCR_BayonetComponent.c.

◆ MAX_BLOOD_LEVEL

const float MAX_BLOOD_LEVEL = 255.0
protected

Definition at line 9 of file SCR_BayonetComponent.c.