Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
mp133.c File Reference

Go to the source code of this file.

Data Structures

class  Mp133Shotgun_Base
 basic mp5 submachine gun More...
class  WeaponStableState
 represents weapon's stable state (i.e. More...

Enumerations

enum  PumpShotgunAnimState { DEFAULT = 0 }
enum  PumpShotgunStableStateID

Functions

override int GetCurrentStateID ()
override bool HasBullet ()
override bool HasMagazine ()
override void InitMuzzleArray ()
override bool IsJammed ()
override bool IsRepairEnabled ()
enum PumpShotgunStableStateID OnEntry (WeaponEventBase e)
override void OnExit (WeaponEventBase e)

Variables

 Empty = 1
 Fireout = 2
 Jammed = 4
 Loaded = 3
class PumpShotgunFireout extends WeaponStableState OnEntry
 UNKNOWN = 0

Enumeration Type Documentation

◆ PumpShotgunAnimState

Enumerator
DEFAULT 

default weapon state, closed and discharged

Definition at line 1 of file mp133.c.

◆ PumpShotgunStableStateID

Definition at line 6 of file mp133.c.

Function Documentation

◆ GetCurrentStateID()

override int GetCurrentStateID ( )

Definition at line 19 of file mp133.c.

◆ HasBullet()

override bool HasBullet ( )

Definition at line 20 of file mp133.c.

◆ HasMagazine()

override bool HasMagazine ( )

Definition at line 21 of file mp133.c.

◆ InitMuzzleArray()

override void InitMuzzleArray ( )

Definition at line 24 of file mp133.c.

References m_muzzleHasBullet.

◆ IsJammed()

override bool IsJammed ( )

Definition at line 22 of file mp133.c.

◆ IsRepairEnabled()

override bool IsRepairEnabled ( )

Definition at line 23 of file mp133.c.

◆ OnEntry()

Definition at line 1 of file mp133.c.

◆ OnExit()

override void OnExit ( WeaponEventBase e)

Variable Documentation

◆ Empty

@ Empty = 1

Definition at line 19 of file mp133.c.

◆ Fireout

@ Fireout = 2

Definition at line 20 of file mp133.c.

◆ Jammed

@ Jammed = 4

Definition at line 22 of file mp133.c.

◆ Loaded

@ Loaded = 3

Definition at line 21 of file mp133.c.

◆ OnEntry

class PumpShotgunFireout extends WeaponStableState OnEntry

◆ UNKNOWN

@ UNKNOWN = 0

Definition at line 18 of file mp133.c.