Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
ActionsPerformerComponent.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
ActionsPerformerComponentClass
:
GameComponentClass
13
{
14
}
15
16
class
ActionsPerformerComponent:
GameComponent
17
{
18
proto external
void
StartAction
(
BaseUserAction
action);
19
proto external
void
PerformAction
(
BaseUserAction
action);
20
proto external
void
PerformContinuousAction
(
BaseUserAction
action,
float
timeSlice);
21
proto external
void
CancelAction
(
BaseUserAction
action);
22
}
23
ActionsPerformerComponentClass
Definition
ActionsPerformerComponent.c:13
BaseUserAction
Definition
BaseUserAction.c:13
GameComponentClass
Definition
GameComponentClass.c:8
GameComponent
Definition
GameComponent.c:13
StartAction
@ StartAction
Definition
EUserActionEvent.c:14
PerformAction
@ PerformAction
Definition
EUserActionEvent.c:15
CancelAction
@ CancelAction
Definition
EUserActionEvent.c:17
PerformContinuousAction
@ PerformContinuousAction
Definition
EUserActionEvent.c:16
scripts
Game
generated
Components
ActionsPerformerComponent.c
Generated by
1.17.0