Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
handcuffs.c
Go to the documentation of this file.
1
class
Handcuffs
:
Inventory_Base
2
{
3
override
void
SetActions()
4
{
5
super.SetActions();
6
7
AddAction
(
ActionRestrainTarget
);
8
AddAction
(
ActionRestrainSelf
);
9
}
10
};
ActionRestrainTarget
Definition:
actionrestraintarget.c:23
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
ActionRestrainSelf
Definition:
actionrestrainself.c:23
Inventory_Base
Definition:
barbedbaseballbat.c:1
Handcuffs
Definition:
handcuffs.c:1
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
gear
tools
handcuffs.c
Generated by
1.8.17