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

Inheritance: ITick, INotifyAddedToWorld, INotifyRemovedFromWorld, INotifyOwnerChanged
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
Info ProximityCapturableInfo
OriginalOwner Player
Self Actor

Méthodes publiques

Méthode Description
ProximityCapturable ( Actor self, ProximityCapturableInfo info ) : System.Collections.Generic
Tick ( Actor self ) : void

Private Methods

Méthode Description
ActorEntered ( Actor other ) : void
ActorLeft ( Actor other ) : void
CanBeCapturedBy ( Actor a ) : bool
ChangeOwnership ( Actor self, Actor captor ) : void
INotifyAddedToWorld ( Actor self ) : void
INotifyOwnerChanged ( Actor self, Player oldOwner, Player newOwner ) : void
INotifyRemovedFromWorld ( Actor self ) : void
IsClear ( Actor self, Player captorOwner ) : bool
UpdateOwnership ( ) : void

Method Details

ProximityCapturable() public méthode

public ProximityCapturable ( Actor self, ProximityCapturableInfo info ) : System.Collections.Generic
self Actor
info ProximityCapturableInfo
Résultat System.Collections.Generic

Tick() public méthode

public Tick ( Actor self ) : void
self Actor
Résultat void

Property Details

Info public_oe property

public ProximityCapturableInfo,OpenRA.Mods.Common.Traits Info
Résultat ProximityCapturableInfo

OriginalOwner public_oe property

public Player OriginalOwner
Résultat Player

Self public_oe property

public Actor Self
Résultat Actor