diff --git a/Documentation/doc/1 modules/Effects.html b/Documentation/doc/1 modules/Effects.html index 5f3c6e3f0..3e7751034 100644 --- a/Documentation/doc/1 modules/Effects.html +++ b/Documentation/doc/1 modules/Effects.html @@ -171,6 +171,10 @@ GetWind() Get the wind vector for the current game frame. + + EmitStreamer(mov, tag, pos, dir[, rot][, startColor][, endColor][, width][, life][, vel][, expRate][, rotRate][, edgeFeatherMode][, lengthFeatherMode][, blendID]) + Emit an extending streamer effect. +

Tables

@@ -711,6 +715,95 @@ EmitAdvancedParticle(particle) + +
+ + EmitStreamer(mov, tag, pos, dir[, rot][, startColor][, endColor][, width][, life][, vel][, expRate][, rotRate][, edgeFeatherMode][, lengthFeatherMode][, blendID]) +
+
+ Emit an extending streamer effect. + + + +

Parameters:

+ + + + + +

Tables

diff --git a/Documentation/doc/4 enums/Effects.FeatherMode.html b/Documentation/doc/4 enums/Effects.FeatherMode.html index aeab018ee..f4a4fb39f 100644 --- a/Documentation/doc/4 enums/Effects.FeatherMode.html +++ b/Documentation/doc/4 enums/Effects.FeatherMode.html @@ -143,7 +143,7 @@

Table of Effects.FeatherMode constants. - To be used with ??? function.

+ To be used with Effects.EmitStreamer function.