Home
last modified time | relevance | path

Searched refs:hasLaunchEffect (Results 1 – 1 of 1) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Projectiles/
H A DLaserZap.cs110 readonly bool hasLaunchEffect; field in OpenRA.Mods.Common.Projectiles.LaserZap
143hasLaunchEffect = !string.IsNullOrEmpty(info.LaunchEffectImage) && !string.IsNullOrEmpty(info.Laun… in LaserZap()
150 if (hasLaunchEffect && ticks == 0) in Tick()