Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
casingleuse.c
Go to the documentation of this file.
1
class
CASingleUse
:
CASingleUseBase
2
{
3
override
int
Execute(
ActionData
action_data )
4
{
5
if
( !action_data.m_Player )
6
{
7
return
UA_ERROR
;
8
}
9
10
return
UA_FINISHED
;
11
}
12
};
UA_ERROR
const int UA_ERROR
Definition:
constants.c:455
CASingleUse
Definition:
casingleuse.c:1
UA_FINISHED
const int UA_FINISHED
Definition:
constants.c:436
ActionData
Definition:
actionbase.c:20
CASingleUseBase
Definition:
casingleusebase.c:1
DAYZ
scripts_v1.24.157551
scripts
world
classes
useractionscomponent
actioncomponents
casingleuse.c
Generated by
1.8.17