Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
actiondummyrelease.c
Go to the documentation of this file.
1//dummy action for release indication
3{
5 {
6 m_Text = "#STR_FishingAction_Yank" + " [" + "#keybind_release" + "]";
7 }
8
9 override typename GetInputType()
10 {
11 return DefaultActionInput;
12 }
13
14 override bool HasTarget()
15 {
16 return false;
17 }
18}
string m_Text
Definition actionbase.c:64