◆ CanPutInCargo()
4 {
5 if( !
super.CanPutInCargo( parent ) )
6 {
7 return false;
8 }
9
11 }
override bool IsEmpty()
Definition FireplaceBase.c:2433
Перекрестные ссылки IsEmpty().
◆ CanReceiveAttachment()
14 {
16 {
17 return false;
18 }
19
20 return !GetInventory().IsInCargo();
21 }
◆ OnDebugSpawn()
26 {
29 {
30 entity.GetInventory().CreateInInventory(
"NylonKnifeSheath" );
31 entity.GetInventory().CreateInInventory(
"PlateCarrierHolster" );
32 entity.GetInventory().CreateInInventory(
"Canteen" );
33 }
34 }
Super root of all classes in Enforce script.
Definition EnScript.c:11
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
Перекрестные ссылки Class::CastTo().
Объявления и описания членов класса находятся в файле:
- D:/Ishodniki/scripts/4_World/Entities/ItemBase/Clothing/MilitaryBelt.c