fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
to activate smoke emitter:
|
||||
|
||||
class BRAF_Smoke_Toggle
|
||||
class braf_smoke_toggle
|
||||
{
|
||||
priority=0.05;
|
||||
shortcut="Smoke On";
|
||||
@@ -67,7 +67,7 @@ if (_plane getVariable ["braf_smoke_on", true]) then {
|
||||
private _smoker = "#particlesource" createVehicleLocal [0, 0, 0];
|
||||
_smoker setParticleParams
|
||||
[
|
||||
["\A3\Data_F\ParticleEffects\Universal\Universal", 16, 7, 16, 1],
|
||||
["\a3\data_f\particleeffects\universal\universal", 16, 7, 16, 1],
|
||||
"", "Billboard", 1, 16, // AnimationName, type, timerPeriod, lifeTime
|
||||
[0, 0, 0], // position relative to referenceObject
|
||||
[0, 0, 0], // velocity
|
||||
|
||||
Reference in New Issue
Block a user