C# Class OpenRA.Mods.Common.Effects.NukeLaunch

Inheritance: IEffect
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

Method Description
NukeLaunch ( Player firedBy, string name, WeaponInfo weapon, string weaponPalette, string upSequence, string downSequence, WPos launchPos, WPos targetPos, WDist velocity, int delay, bool skipAscent, string flashType ) : System.Collections.Generic
Render ( WorldRenderer wr ) : IEnumerable
Tick ( World world ) : void

Private Methods

Method Description
Explode ( World world ) : void

Method Details

NukeLaunch() public method

public NukeLaunch ( Player firedBy, string name, WeaponInfo weapon, string weaponPalette, string upSequence, string downSequence, WPos launchPos, WPos targetPos, WDist velocity, int delay, bool skipAscent, string flashType ) : System.Collections.Generic
firedBy Player
name string
weapon OpenRA.GameRules.WeaponInfo
weaponPalette string
upSequence string
downSequence string
launchPos WPos
targetPos WPos
velocity WDist
delay int
skipAscent bool
flashType string
return System.Collections.Generic

Render() public method

public Render ( WorldRenderer wr ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
return IEnumerable

Tick() public method

public Tick ( World world ) : void
world World
return void