Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
StuffedStomachMdfr Class Reference
Inheritance diagram for StuffedStomachMdfr:
ModifierBase

Protected Member Functions

override bool ActivateCondition (PlayerBase player)
override bool DeactivateCondition (PlayerBase player)
override void Init ()
override void OnActivate (PlayerBase player)
override void OnDeactivate (PlayerBase player)
override void OnTick (PlayerBase player, float deltaT)

Protected Attributes

const int STUFFED_TRESHOLD = PlayerConstants.BT_STOMACH_VOLUME_LVL3

Detailed Description

Definition at line 1 of file stuffedstomach.c.

Member Function Documentation

◆ ActivateCondition()

override bool ActivateCondition ( PlayerBase player)
inlineprotected

Definition at line 17 of file stuffedstomach.c.

References STUFFED_TRESHOLD.

Referenced by DeactivateCondition().

◆ DeactivateCondition()

override bool DeactivateCondition ( PlayerBase player)
inlineprotected

Definition at line 46 of file stuffedstomach.c.

References ActivateCondition().

◆ Init()

override void Init ( )
inlineprotected

◆ OnActivate()

override void OnActivate ( PlayerBase player)
inlineprotected

Definition at line 30 of file stuffedstomach.c.

◆ OnDeactivate()

override void OnDeactivate ( PlayerBase player)
inlineprotected

Definition at line 38 of file stuffedstomach.c.

◆ OnTick()

override void OnTick ( PlayerBase player,
float deltaT )
inlineprotected

Definition at line 12 of file stuffedstomach.c.

Field Documentation

◆ STUFFED_TRESHOLD

const int STUFFED_TRESHOLD = PlayerConstants.BT_STOMACH_VOLUME_LVL3
protected

Definition at line 3 of file stuffedstomach.c.

Referenced by ActivateCondition().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/4_world/classes/playermodifiers/modifiers/conditions/stuffedstomach.c