C# 클래스 SEModAPIExtensions.API.CargoShipManager

파일 보기 프로젝트 열기: rexxar-tc/SEServerExtender 1 사용 예제들

공개 메소드들

메소드 설명
SpawnCargoShipGroup ( System.Vector3 startPosition, System.Vector3 stopPosition, ulong remoteUserId ) : void
SpawnCargoShipGroup ( bool spawnAtAsteroids = true, ulong remoteUserId ) : void
SpawnCargoShipGroup ( ulong remoteUserId ) : void

보호된 메소드들

메소드 설명
CargoShipManager ( ) : System

메소드 상세

CargoShipManager() 보호된 메소드

protected CargoShipManager ( ) : System
리턴 System

SpawnCargoShipGroup() 공개 메소드

public SpawnCargoShipGroup ( System.Vector3 startPosition, System.Vector3 stopPosition, ulong remoteUserId ) : void
startPosition System.Vector3
stopPosition System.Vector3
remoteUserId ulong
리턴 void

SpawnCargoShipGroup() 공개 메소드

public SpawnCargoShipGroup ( bool spawnAtAsteroids = true, ulong remoteUserId ) : void
spawnAtAsteroids bool
remoteUserId ulong
리턴 void

SpawnCargoShipGroup() 공개 메소드

public SpawnCargoShipGroup ( ulong remoteUserId ) : void
remoteUserId ulong
리턴 void