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

Inheritance: INotifyCapture
Datei anzeigen Open project: cjshmyr/OpenRA

Public Methods

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

Method Details

CaptureNotification() public method

public CaptureNotification ( CaptureNotificationInfo info ) : OpenRA.Traits
info CaptureNotificationInfo
return OpenRA.Traits

OnCapture() public method

public OnCapture ( Actor self, Actor captor, Player oldOwner, Player newOwner ) : void
self Actor
captor Actor
oldOwner Player
newOwner Player
return void