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

Inheritance: AffectsShroud
显示文件 Open project: OpenRA/OpenRA

Public Methods

Method Description
CreatesShroud ( Actor self, CreatesShroudInfo info )

Protected Methods

Method Description
AddCellsToPlayerShroud ( Actor self, Player p, PPos uv ) : void
IsDisabled ( Actor self ) : bool
RemoveCellsFromPlayerShroud ( Actor self, Player p ) : void

Method Details

AddCellsToPlayerShroud() protected method

protected AddCellsToPlayerShroud ( Actor self, Player p, PPos uv ) : void
self Actor
p Player
uv PPos
return void

CreatesShroud() public method

public CreatesShroud ( Actor self, CreatesShroudInfo info )
self Actor
info CreatesShroudInfo

IsDisabled() protected method

protected IsDisabled ( Actor self ) : bool
self Actor
return bool

RemoveCellsFromPlayerShroud() protected method

protected RemoveCellsFromPlayerShroud ( Actor self, Player p ) : void
self Actor
p Player
return void