C# Class OpenRA.Mods.Common.Traits.SpawnActorOnDeath

Inheritance: INotifyKilled
Show file Open project: pchote/OpenRA

Public Methods

Method Description
Killed ( Actor self, OpenRA.Traits.AttackInfo e ) : void
SpawnActorOnDeath ( ActorInitializer init, SpawnActorOnDeathInfo info ) : System.Linq

Method Details

Killed() public method

public Killed ( Actor self, OpenRA.Traits.AttackInfo e ) : void
self Actor
e OpenRA.Traits.AttackInfo
return void

SpawnActorOnDeath() public method

public SpawnActorOnDeath ( ActorInitializer init, SpawnActorOnDeathInfo info ) : System.Linq
init ActorInitializer
info SpawnActorOnDeathInfo
return System.Linq