Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
seedpackbase.c File Reference

Go to the source code of this file.

Classes

class  Inventory_Base
 

Functions

void EmptySeedsPackLambda (EntityAI old_item, string new_item_type, PlayerBase player, int count)
 
override void CopyOldPropertiesToNew (notnull EntityAI old_item, EntityAI new_item)
 
override void OnSuccess (EntityAI new_item)
 

Variables

class SeedPackBase extends Inventory_Base m_ItemCount
 
PlayerBase m_Player
 

Function Documentation

◆ CopyOldPropertiesToNew()

override void CopyOldPropertiesToNew ( notnull EntityAI old_item,
EntityAI new_item )

Definition at line 58 of file seedpackbase.c.

◆ EmptySeedsPackLambda()

void EmptySeedsPackLambda ( EntityAI old_item,
string new_item_type,
PlayerBase player,
int count )

Definition at line 52 of file seedpackbase.c.

◆ OnSuccess()

override void OnSuccess ( EntityAI new_item)

Definition at line 67 of file seedpackbase.c.

Variable Documentation

◆ m_ItemCount

class SeedPackBase extends Inventory_Base m_ItemCount

◆ m_Player

PlayerBase m_Player

Definition at line 50 of file seedpackbase.c.