![]() |
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_NarrativeComponentClass |
Functions | |
| SCR_NarrativeComponentClass ScriptComponentClass | Attribute ("Initial gesture") |
| void | SetPermanentNarrativeStage (int stage) |
| override void | EOnFixedFrame (IEntity owner, float timeSlice) |
| bool | LookAtPlayer (IEntity owner, float timeSlice, bool lookAway=false) |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| override void | EOnInit (IEntity owner) |
| void | Initialize (IEntity owner) |
| bool | IsActualCourseFreeRoam () |
| void | OnDamage () |
| void | OnAnimationEvent (AnimationEventID animEventType, AnimationEventID animUserString, int intParam, float timeFromStart, float timeToEnd) |
| SCR_NarrativeComponentClass ScriptComponentClass Attribute | ( | "Initial gesture" | ) |
Definition at line 1 of file SCR_NarrativeComponent.c.
Definition at line 157 of file SCR_NarrativeComponent.c.
| void Initialize | ( | IEntity | owner | ) |
Definition at line 273 of file SCR_NarrativeComponent.c.
| bool IsActualCourseFreeRoam | ( | ) |
Definition at line 324 of file SCR_NarrativeComponent.c.
Definition at line 209 of file SCR_NarrativeComponent.c.
| void OnDamage | ( | ) |
Definition at line 337 of file SCR_NarrativeComponent.c.
| void SetPermanentNarrativeStage | ( | int | stage | ) |
Definition at line 150 of file SCR_NarrativeComponent.c.