DayZ 1.24
Loading...
Searching...
No Matches
CanvasBag_ColorBase Class Reference
Inheritance diagram for CanvasBag_ColorBase:
[legend]
Collaboration diagram for CanvasBag_ColorBase:
[legend]

Private Member Functions

override void OnDebugSpawn ()
 
- Private Member Functions inherited from Backpack_Base
void LargeTentBackPack ()
 
void ~LargeTentBackPack ()
 
override void OnRPC (PlayerIdentity sender, int rpc_type, ParamsReadContext ctx)
 
void PlayRepackingLoopSound ()
 
void StopRepackingLoopSound ()
 
override void SetActions ()
 

Additional Inherited Members

- Private Attributes inherited from Backpack_Base
EffectSound m_RepackingLoopSound
 

Detailed Description

Definition at line 1 of file CanvasBag_ColorBase.c.

Member Function Documentation

◆ OnDebugSpawn()

override void CanvasBag_ColorBase::OnDebugSpawn ( )
inlineprivate

Definition at line 3 of file CanvasBag_ColorBase.c.

4 {
5 GetInventory().CreateInInventory("Chemlight_Red");
6 EntityAI item = GetInventory().CreateInInventory("GPSReceiver");
7 item.GetInventory().CreateInInventory("Battery9V");
8 item = GetInventory().CreateEntityInCargo("PersonalRadio");
9 item.GetInventory().CreateInInventory("Battery9V");
10 }

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