C# 클래스 OpenRA.Mods.RA.Activities.Teleport

상속: OpenRA.Traits.Activity
파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 메소드들

메소드 설명
Teleport ( Actor teleporter, CPos destination, int maximumDistance, bool killCargo, bool screenFlash, string sound ) : System
Tick ( Actor self ) : OpenRA.Traits.Activity

비공개 메소드들

메소드 설명
ChooseBestDestinationCell ( Actor self, CPos destination ) : CPos?

메소드 상세

Teleport() 공개 메소드

public Teleport ( Actor teleporter, CPos destination, int maximumDistance, bool killCargo, bool screenFlash, string sound ) : System
teleporter Actor
destination CPos
maximumDistance int
killCargo bool
screenFlash bool
sound string
리턴 System

Tick() 공개 메소드

public Tick ( Actor self ) : OpenRA.Traits.Activity
self Actor
리턴 OpenRA.Traits.Activity