Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AISmartActionComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
void OnActionFailed()