C# Class EssentialsPlugin.Utility.CargoShips

Mostrar archivo Open project: rexxar-tc/EssentialsPlugin

Public Properties

Property Type Description
NEUTRAL_SHIP_MAX_TIME System.TimeSpan
NEUTRAL_SHIP_MIN_TIME System.TimeSpan
NEUTRAL_SHIP_RESCHEDULE_TIME System.TimeSpan

Public Methods

Method Description
SpawnCargoShip ( bool checkGravity ) : void

Private Methods

Method Description
GetSafeBoundingBoxForPlayers ( Vector3D start, double spawnDistance, BoundingBoxD &output ) : void
Init ( ) : void
PickRandomSpawnGroup ( ) : Sandbox.Definitions.MySpawnGroupDefinition

Method Details

SpawnCargoShip() public static method

public static SpawnCargoShip ( bool checkGravity ) : void
checkGravity bool
return void

Property Details

NEUTRAL_SHIP_MAX_TIME public_oe static_oe property

public static TimeSpan,System NEUTRAL_SHIP_MAX_TIME
return System.TimeSpan

NEUTRAL_SHIP_MIN_TIME public_oe static_oe property

public static TimeSpan,System NEUTRAL_SHIP_MIN_TIME
return System.TimeSpan

NEUTRAL_SHIP_RESCHEDULE_TIME public_oe static_oe property

public static TimeSpan,System NEUTRAL_SHIP_RESCHEDULE_TIME
return System.TimeSpan