C# Class OpenRA.Mods.Common.Activities.HarvesterDockSequence

Inheritance: Activity
Afficher le fichier Open project: OpenRA/OpenRA

Protected Properties

Свойство Type Description
DockAngle int
DragLength int
DragOffset WVec
EndDrag WPos
Harv OpenRA.Mods.Common.Traits.Harvester
IsDragRequired bool
Refinery Actor
StartDrag WPos
dockingState State

Méthodes publiques

Méthode Description
Cancel ( Actor self ) : void
GetTargets ( Actor self ) : IEnumerable
HarvesterDockSequence ( Actor self, Actor refinery, int dockAngle, bool isDragRequired, WVec dragOffset, int dragLength ) : System
OnStateDock ( Actor self ) : Activity
OnStateUndock ( Actor self ) : Activity
Tick ( Actor self ) : Activity

Method Details

Cancel() public méthode

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

GetTargets() public méthode

public GetTargets ( Actor self ) : IEnumerable
self Actor
Résultat IEnumerable

HarvesterDockSequence() public méthode

public HarvesterDockSequence ( Actor self, Actor refinery, int dockAngle, bool isDragRequired, WVec dragOffset, int dragLength ) : System
self Actor
refinery Actor
dockAngle int
isDragRequired bool
dragOffset WVec
dragLength int
Résultat System

OnStateDock() public abstract méthode

public abstract OnStateDock ( Actor self ) : Activity
self Actor
Résultat Activity

OnStateUndock() public abstract méthode

public abstract OnStateUndock ( Actor self ) : Activity
self Actor
Résultat Activity

Tick() public méthode

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

Property Details

DockAngle protected_oe property

protected int DockAngle
Résultat int

DragLength protected_oe property

protected int DragLength
Résultat int

DragOffset protected_oe property

protected WVec DragOffset
Résultat WVec

EndDrag protected_oe property

protected WPos EndDrag
Résultat WPos

Harv protected_oe property

protected Harvester,OpenRA.Mods.Common.Traits Harv
Résultat OpenRA.Mods.Common.Traits.Harvester

IsDragRequired protected_oe property

protected bool IsDragRequired
Résultat bool

Refinery protected_oe property

protected Actor Refinery
Résultat Actor

StartDrag protected_oe property

protected WPos StartDrag
Résultat WPos

dockingState protected_oe property

protected State dockingState
Résultat State