Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ParticleEffectEntitySpawnParams.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class ParticleEffectEntitySpawnParams
13{
15 typename Type;
17 BaseWorld TargetWorld = null;
18 ETransformMode TransformMode = ETransformMode.LOCAL;
19 vector Transform[4];
21 IEntity Parent = null;
23 int PivotID = -1;
25 bool AutoTransform = true;
31 IEntity FollowParent = null;
36 bool PlayOnSpawn = true;
41 bool PlayOnHeadlessClient = false;
47 bool UseFrameEvent = false;
52 bool DeleteWhenStopped = true;
57 bool UseParentAsVelocitySource = true;
58
59 void ParticleEffectEntitySpawnParams()
60 {
61 Math3D.MatrixIdentity4(Transform);
62 }
63
64}
65