Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkActionAddNotoriety.c
Go to the documentation of this file.
3{
4 [Attribute(desc: "Added notoriety value (can be also used to substract)")]
5 float m_fChange;
6
7 //------------------------------------------------------------------------------------------------
8 override void OnActivate(IEntity object)
9 {
10 SCR_ScenarioFrameworkNotorietyComponent notorietyComponent = SCR_ScenarioFrameworkNotorietyComponent.GetInstance();
11 if (!notorietyComponent)
12 return;
13
14 notorietyComponent.AddNotoriety(m_fChange);
15 }
16}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
override void OnActivate()
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_FieldOfViewSettings Attribute