Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BoneSpeedSignalData.c
Go to the documentation of this file.
1[BaseContainerProps(configRoot: true)]
3{
4 [Attribute("", UIWidgets.EditBox, "Bone to be tracked")]
5 protected string m_sTrackedBoneName;
6
7 [Attribute("", UIWidgets.EditBox, "Bone to compare speed against. If not defined tracked bone speed calculated")]
8 protected string m_sPivotBoneName;
9
10 [Attribute("", UIWidgets.EditBox, "Signal name")]
11 protected string m_sSignalName;
12
13 //------------------------------------------------------------------------------------------------
15 {
16 return m_sTrackedBoneName;
17 }
18
19 //------------------------------------------------------------------------------------------------
21 {
22 return m_sPivotBoneName;
23 }
24
25 //------------------------------------------------------------------------------------------------
27 {
28 return m_sSignalName;
29 }
30}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_FieldOfViewSettings Attribute