C# Class SEModAPIExtensions.API.CargoShipManager

Show file Open project: rexxar-tc/SEServerExtender Class Usage Examples

Public Methods

Method Description
SpawnCargoShipGroup ( System.Vector3 startPosition, System.Vector3 stopPosition, ulong remoteUserId ) : void
SpawnCargoShipGroup ( bool spawnAtAsteroids = true, ulong remoteUserId ) : void
SpawnCargoShipGroup ( ulong remoteUserId ) : void

Protected Methods

Method Description
CargoShipManager ( ) : System

Method Details

CargoShipManager() protected method

protected CargoShipManager ( ) : System
return System

SpawnCargoShipGroup() public method

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

SpawnCargoShipGroup() public method

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

SpawnCargoShipGroup() public method

public SpawnCargoShipGroup ( ulong remoteUserId ) : void
remoteUserId ulong
return void