![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_ScenarioFrameworkNotorietyComponentClass |
Functions | |
| SCR_ScenarioFrameworkNotorietyComponentClass SCR_BaseGameModeComponentClass | Attribute (desc:"Starting notoriety value", params:"0 inf 0.01") |
| float | GetNotorietyValue () |
| void | AddNotoriety (float value) |
| void | EvaluateNotoriety () |
| array< ref SCR_ScenarioFrameworkActionBase > | GetAllStateActions () |
| void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| void | EOnInit (IEntity owner) |
| void AddNotoriety | ( | float | value | ) |
Definition at line 41 of file SCR_ScenarioFrameworkNotorietyComponent.c.
| SCR_ScenarioFrameworkNotorietyComponentClass SCR_BaseGameModeComponentClass Attribute | ( | desc:"Starting notoriety value" | , |
| params:"0 inf 0.01" | ) |
Definition at line 1 of file SCR_ScenarioFrameworkNotorietyComponent.c.
| void EvaluateNotoriety | ( | ) |
Definition at line 47 of file SCR_ScenarioFrameworkNotorietyComponent.c.
| array< ref SCR_ScenarioFrameworkActionBase > GetAllStateActions | ( | ) |
Definition at line 99 of file SCR_ScenarioFrameworkNotorietyComponent.c.
| float GetNotorietyValue | ( | ) |
Definition at line 35 of file SCR_ScenarioFrameworkNotorietyComponent.c.