Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
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
};
CASingleUseBase
Definition
casingleusebase.c:2
CASingleUse
Definition
casingleuse.c:2
UA_FINISHED
const int UA_FINISHED
Definition
constants.c:466
UA_ERROR
const int UA_ERROR
Definition
constants.c:485
Daten
4_world
classes
useractionscomponent
actioncomponents
casingleuse.c
Generated by
1.12.0