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

Private Member Functions

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

Private Attributes

float stuff
bool swch

Detailed Description

Definition at line 1 of file testing.c.

Member Function Documentation

◆ ActivateCondition()

override bool ActivateCondition ( PlayerBase player)
inlineprivate

Definition at line 29 of file testing.c.

References stuff, and swch.

◆ DeactivateCondition()

override bool DeactivateCondition ( PlayerBase player)
inlineprivate

Definition at line 39 of file testing.c.

References GetAttachedTime(), stuff, and swch.

◆ Init()

override void Init ( )
inlineprivate

◆ OnActivate()

override void OnActivate ( PlayerBase player)
inlineprivate

Definition at line 13 of file testing.c.

◆ OnReconnect()

override void OnReconnect ( PlayerBase player)
inlineprivate

Definition at line 20 of file testing.c.

◆ OnTick()

override void OnTick ( PlayerBase player,
float deltaT )
inlineprivate

Definition at line 51 of file testing.c.

References stuff.

Field Documentation

◆ stuff

float stuff
private

Definition at line 3 of file testing.c.

Referenced by ActivateCondition(), DeactivateCondition(), and OnTick().

◆ swch

bool swch
private

Definition at line 4 of file testing.c.

Referenced by ActivateCondition(), and DeactivateCondition().


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