DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
Loading...
Searching...
No Matches
BDUPants.c
Go to the documentation of this file.
1
class
BDUPants
extends
Pants_Base
2
{
3
override
void
SetActions
()
4
{
5
super.SetActions();
6
AddAction
(
ActionWringClothes
);
7
}
8
};
AddAction
void AddAction(typename actionName)
Definition
AdvancedCommunication.c:220
ActionWringClothes
Definition
ActionWringClothes.c:13
Pants_Base
Definition
BDUPants.c:2
Pants_Base::SetActions
override void SetActions()
Definition
BDUPants.c:3