Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
AISmartActionComponent.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
AISmartActionComponent
:
ScriptComponent
13
{
14
proto external AIAgent GetUser();
15
proto external
bool
IsActionAccessible();
16
proto external
void
SetActionAccessible(
bool
accessible);
17
proto external
int
GetTags(out notnull array<string> outTags);
18
proto external
vector
GetActionOffset();
19
20
// callbacks
21
22
event
override
void
EOnInit(
IEntity
owner);
23
event
void
OnActionBegin(
IEntity
owner);
24
event
void
OnActionEnd(
IEntity
owner);
25
event
void
OnActionFailed
(
IEntity
owner);
26
}
27
OnActionFailed
void OnActionFailed()
Definition
SCR_AIAction.c:205
AISmartActionComponent
Definition
AISmartActionComponent.c:13
IEntity
Definition
IEntity.c:13
ScriptComponent
Definition
ScriptComponent.c:24
vector
Definition
vector.c:13
scripts
Game
generated
AI
SmartActions
AISmartActionComponent.c
Generated by
1.17.0