Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
TrackDecalFactory.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class TrackDecalFactory: Managed
13{
20 proto void TrackDecalFactory(
21 ResourceName material,
22 float size,
23 float lifetime,
24 );
25
27 proto external bool HasActiveDecal();
38 proto external bool AddPoint(IEntity entity, vector pointWS, vector normalWS, float alpha);
45 proto external bool FinalizeDecal(float fadeoutLength);
46}
47
int size