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

Inheritance: INotifyDiscovered
Mostra file Open project: cjshmyr/OpenRA

Public Properties

Property Type Description
Info AnnounceOnSeenInfo

Public Methods

Method Description
AnnounceOnSeen ( Actor self, AnnounceOnSeenInfo info ) : System
OnDiscovered ( Actor self, Player discoverer, bool playNotification ) : void

Method Details

AnnounceOnSeen() public method

public AnnounceOnSeen ( Actor self, AnnounceOnSeenInfo info ) : System
self Actor
info AnnounceOnSeenInfo
return System

OnDiscovered() public method

public OnDiscovered ( Actor self, Player discoverer, bool playNotification ) : void
self Actor
discoverer Player
playNotification bool
return void

Property Details

Info public_oe property

public AnnounceOnSeenInfo,OpenRA.Mods.Common.Traits Info
return AnnounceOnSeenInfo