Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
stone.c
Go to the documentation of this file.
1class Stone extends ItemBase
2{
3 override void SetActions()
4 {
5 super.SetActions();
6
10 }
11}
AttachActionData ActionData ActionAttach()
Definition actionattach.c:9
void ActionDetach()
void AddAction(typename actionName)
override void SetActions()
Definition stone.c:3