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

Inheritance: ICrushable, INotifyCrushed
Mostra file Open project: OpenRA/OpenRA

Public Methods

Method Description
Crushable ( Actor self, CrushableInfo info ) : System.Collections.Generic

Private Methods

Method Description
CrushableInner ( HashSet crushClasses, Player crushOwner ) : bool
ICrushable ( Actor self, Actor crusher, HashSet crushClasses ) : bool
INotifyCrushed ( Actor self, Actor crusher, HashSet crushClasses ) : void

Method Details

Crushable() public method

public Crushable ( Actor self, CrushableInfo info ) : System.Collections.Generic
self Actor
info CrushableInfo
return System.Collections.Generic