From 9d0fe6a1d8c812b5f6a8df9dd9039d61999d0fea Mon Sep 17 00:00:00 2001 From: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Sun, 9 Mar 2025 20:01:43 +0100 Subject: [PATCH] Ribbon particle (#1606) --- Documentation/doc/1 modules/Effects.html | 93 +++++++++++++++++++ .../doc/4 enums/Effects.FeatherMode.html | 2 +- Documentation/doc/4 enums/Objects.ObjID.html | 6 ++ .../Scripting/Internal/ReservedScriptNames.h | 2 + .../Internal/TEN/Effects/EffectsFunctions.cpp | 51 ++++++++++ 5 files changed, 153 insertions(+), 1 deletion(-) 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.