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

Inheritance: INotifyCapture
Afficher le fichier Open project: cjshmyr/OpenRA

Méthodes publiques

Méthode Description
CaptureNotification ( CaptureNotificationInfo info ) : OpenRA.Traits
OnCapture ( Actor self, Actor captor, Player oldOwner, Player newOwner ) : void

Method Details

CaptureNotification() public méthode

public CaptureNotification ( CaptureNotificationInfo info ) : OpenRA.Traits
info CaptureNotificationInfo
Résultat OpenRA.Traits

OnCapture() public méthode

public OnCapture ( Actor self, Actor captor, Player oldOwner, Player newOwner ) : void
self Actor
captor Actor
oldOwner Player
newOwner Player
Résultat void