Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AttachableTask.c
Go to the documentation of this file.
1[EntityEditorProps(category: "GameScripted/Tasks", description: "")]
5
6class SCR_AttachableTask : SCR_EditorTask
7{
9
10 //------------------------------------------------------------------------------------------------
14 {
15 if (target == m_Target)
16 return;
17
18 m_Target = target;
19 }
20
21 //------------------------------------------------------------------------------------------------
28}
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
SCR_EditableEntityComponent m_Target
SCR_EditableEntityComponent GetTarget()
void SetTarget(SCR_EditableEntityComponent target)