Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CinematicTrackModifier.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
8{
9 event void OnInit(World world);
10 event bool OnApplyModifierBool(float time, bool originalValue);
11 event int OnApplyModifierInt(float time, int originalValue);
12 event float OnApplyModifierFloat(float time, float originalValue);
13 event vector OnApplyModifierVector(float time, vector originalValue);
14 event Color OnApplyModifierColor(float time, Color originalValue);
15}
Definition Color.c:13
Definition World.c:16