DayZ 1.24
Loading...
Searching...
No Matches
CAContinuousBase.c
Go to the documentation of this file.
2{
3 override bool IsContinuousAction() //informs command callback whether action is looped or oneshot
4 {
5 return true;
6 }
7
14};
Definition CABase.c:2
void OnCompletePogress(ActionData action_data)
override bool IsContinuousAction()