Spark shower: Difference between revisions
Jump to navigation
Jump to search
MyGamepedia (talk | contribs) (Port of https://src-ents.shoutwiki.com/wiki/Spark_shower) |
(Change code lang to be more readable. Need a better one for all FGD code though) |
||
Line 4: | Line 4: | ||
==FGD Code== | ==FGD Code== | ||
<syntaxhighlight lang= | <syntaxhighlight lang=ini> | ||
@PointClass base(Targetname, Parentname, Angles) iconsprite("editor/env_spark.vmt") = spark_shower : "Spark effect. Jumps in the direction of Pitch Yaw Roll." [] | @PointClass base(Targetname, Parentname, Angles) iconsprite("editor/env_spark.vmt") = spark_shower : "Spark effect. Jumps in the direction of Pitch Yaw Roll." [] | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 06:01, 13 November 2024
spark_shower
is a point entity available in all Source games. It's a spark effect created by underwater env_explosions. It will jump in a direction set by its Pitch Yaw Roll
(angles)
.
![]() |
---|
CShower |
![]() |
FGD Code
@PointClass base(Targetname, Parentname, Angles) iconsprite("editor/env_spark.vmt") = spark_shower : "Spark effect. Jumps in the direction of Pitch Yaw Roll." []