C# Class SEModAPIExtensions.API.CargoShipManager

Afficher le fichier Open project: rexxar-tc/SEServerExtender Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
CargoShipManager ( ) : System

Method Details

CargoShipManager() protected méthode

protected CargoShipManager ( ) : System
Résultat System

SpawnCargoShipGroup() public méthode

public SpawnCargoShipGroup ( System.Vector3 startPosition, System.Vector3 stopPosition, ulong remoteUserId ) : void
startPosition System.Vector3
stopPosition System.Vector3
remoteUserId ulong
Résultat void

SpawnCargoShipGroup() public méthode

public SpawnCargoShipGroup ( bool spawnAtAsteroids = true, ulong remoteUserId ) : void
spawnAtAsteroids bool
remoteUserId ulong
Résultat void

SpawnCargoShipGroup() public méthode

public SpawnCargoShipGroup ( ulong remoteUserId ) : void
remoteUserId ulong
Résultat void