PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
TreeHard Class Reference

Specific tree class can be declared as: class TreeHard + _ + p3d filename (without extension) More...

Private Member Functions

override void OnTreeCutDown (EntityAI cutting_entity)
 
override bool IsTree ()
 
override bool CanBeAutoDeleted ()
 
override bool HasPlayerCollisionSound ()
 

Detailed Description

Specific tree class can be declared as: class TreeHard + _ + p3d filename (without extension)

//exapmle for tree DZ\plants2\tree\t_acer2s.p3d
class TreeHard_t_acer2s: TreeHard
{
};
Specific tree class can be declared as: class TreeHard + _ + p3d filename (without extension)
Definition Plant.c:18

Member Function Documentation

◆ CanBeAutoDeleted()

override bool CanBeAutoDeleted ( )
inlineprivate

◆ HasPlayerCollisionSound()

override bool HasPlayerCollisionSound ( )
inlineprivate

◆ IsTree()

override bool IsTree ( )
inlineprivate

◆ OnTreeCutDown()

override void OnTreeCutDown ( EntityAI  cutting_entity)
inlineprivate

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