Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ResourceActorLinkComponent.c
Go to the documentation of this file.
1[ComponentEditorProps(category: "GameScripted/Resources", description: "")]
5
6class SCR_ResourceActorLinkComponent : ScriptComponent
7{
9
10 //------------------------------------------------------------------------------------------------
13 {
14 m_Actor = actor;
15 }
16
17 //------------------------------------------------------------------------------------------------
20 {
21 return m_Actor;
22 }
23}
enum EAIGroupCombatMode ComponentEditorProps(category:"GameScripted/AI", description:"Component for utility AI system for groups")