C# 클래스 OpenRA.Mods.D2k.Traits.FreeActorWithDelivery

파일 보기 프로젝트 열기: cjshmyr/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
Info FreeActorWithDeliveryInfo

공개 메소드들

메소드 설명
DoDelivery ( CPos location, string actorName, string carrierActorName ) : void
FreeActorWithDelivery ( ActorInitializer init, FreeActorWithDeliveryInfo info ) : OpenRA.Mods.Common.Activities

비공개 메소드들

메소드 설명
CreateActors ( string actorName, string deliveringActorName, Actor &cargo, Actor &carrier ) : void

메소드 상세

DoDelivery() 공개 메소드

public DoDelivery ( CPos location, string actorName, string carrierActorName ) : void
location CPos
actorName string
carrierActorName string
리턴 void

FreeActorWithDelivery() 공개 메소드

public FreeActorWithDelivery ( ActorInitializer init, FreeActorWithDeliveryInfo info ) : OpenRA.Mods.Common.Activities
init ActorInitializer
info FreeActorWithDeliveryInfo
리턴 OpenRA.Mods.Common.Activities

프로퍼티 상세

Info 공개적으로 프로퍼티

public FreeActorWithDeliveryInfo Info
리턴 FreeActorWithDeliveryInfo