ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
IsLaser: Difference between revisions
Jump to navigation
Jump to search
m removed Special |
Added info about a bug related to the flag |
||
Line 14: | Line 14: | ||
If set, the game will draw a laser along the projectile path. The laser's lifetime is defined by <tt>[[LaserDuration]]</tt>, and its colors are defined by <tt>[[LaserInnerColor]]</tt>, <tt>[[LaserOuterColor]]</tt>, <tt>[[LaserOuterSpread]]</tt> and <tt>[[IsHouseColor]]</tt>. | If set, the game will draw a laser along the projectile path. The laser's lifetime is defined by <tt>[[LaserDuration]]</tt>, and its colors are defined by <tt>[[LaserInnerColor]]</tt>, <tt>[[LaserOuterColor]]</tt>, <tt>[[LaserOuterSpread]]</tt> and <tt>[[IsHouseColor]]</tt>. | ||
{{bugs}} | |||
This flag is only correctly read from the object's {{f|Primary|link}} weapon; If the object's {{f|Secondary|link}} weapon has {{f|IsLaser|yes}} but the {{f|Primary}} does not, then no laser is drawn for the {{f|Secondary}}. |
Revision as of 21:48, 8 November 2022
Flag: | IsLaser |
File(s): | Rules(md).ini |
Values: | boolean |
Default: | no |
Applicable to: | Weapons |
If set, the game will draw a laser along the projectile path. The laser's lifetime is defined by LaserDuration, and its colors are defined by LaserInnerColor, LaserOuterColor, LaserOuterSpread and IsHouseColor.
Bugs/Side-Effects/Unexpected Limitations
This flag is only correctly read from the object's Primary weapon; If the object's Secondary weapon has IsLaser=yes but the Primary does not, then no laser is drawn for the Secondary.