Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
OpenRA
Mods
Common
Activities
ResupplyAircraft
C# Class OpenRA.Mods.Common.Activities.ResupplyAircraft
Inheritance:
Activity
显示文件
Open project: OpenRA/OpenRA
Public Methods
Method
Description
Cancel
(
Actor
self
) :
void
ResupplyAircraft
(
Actor
self
) :
System.Linq
Tick
(
Actor
self
) :
Activity
Method Details
Cancel()
public
method
public
Cancel
(
Actor
self
) :
void
self
Actor
return
void
ResupplyAircraft()
public
method
public
ResupplyAircraft
(
Actor
self
) :
System.Linq
self
Actor
return
System.Linq
Tick()
public
method
public
Tick
(
Actor
self
) :
Activity
self
Actor
return
Activity