Definition at line 1 of file DallasMask.c.
◆ CanPutAsAttachment()
Definition at line 3 of file HoxtonMask.c.
4 {
5 if (!
super.CanPutAsAttachment(parent))
return false;
7
8 if (parent.FindAttachmentBySlotName("Headgear"))
9 headgear_present = parent.FindAttachmentBySlotName(
"Headgear").ConfigGetBool(
"noMask");
10
12 return true;
13 return false;
14 }
int GetNumberOfItems()
Returns the number of items in cargo, otherwise returns 0(non-cargo objects). Recursive.
References GetNumberOfItems(), and EntityAI::IsMan().
◆ InitGlobalExclusionValues() [1/3]
void ClothingBase::InitGlobalExclusionValues |
( |
| ) |
|
|
inlineprotected |
Definition at line 3 of file DallasMask.c.
4 {
5 super.InitGlobalExclusionValues();
6
10 }
◆ InitGlobalExclusionValues() [2/3]
void ClothingBase::InitGlobalExclusionValues |
( |
| ) |
|
|
inlineprotected |
◆ InitGlobalExclusionValues() [3/3]
void ClothingBase::InitGlobalExclusionValues |
( |
| ) |
|
|
inlineprotected |
Definition at line 3 of file WolfMask.c.
4 {
5 super.InitGlobalExclusionValues();
6
10 }
The documentation for this class was generated from the following files: