Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
OpenRA
Mods
Common
Activities
FlyAttack
C# Class OpenRA.Mods.Common.Activities.FlyAttack
Inheritance:
Activity
Mostra file
Open project: OpenRA/OpenRA
Public Methods
Method
Description
Cancel
(
Actor
self
) :
void
FlyAttack
(
Actor
self
,
Target
target
) :
System.Linq
Tick
(
Actor
self
) :
Activity
Method Details
Cancel()
public
method
public
Cancel
(
Actor
self
) :
void
self
Actor
return
void
FlyAttack()
public
method
public
FlyAttack
(
Actor
self
,
Target
target
) :
System.Linq
self
Actor
target
OpenRA.Traits.Target
return
System.Linq
Tick()
public
method
public
Tick
(
Actor
self
) :
Activity
self
Actor
return
Activity