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

Inheritance: ITraitInfo
Datei anzeigen Open project: cjshmyr/OpenRA Class Usage Examples

Public Properties

Property Type Description
Notification string
NotifyAll bool

Public Methods

Method Description
Create ( ActorInitializer init ) : object

Method Details

Create() public method

public Create ( ActorInitializer init ) : object
init ActorInitializer
return object

Property Details

Notification public_oe property

public string Notification
return string

NotifyAll public_oe property

public bool NotifyAll
return bool