Assembly: Sandbox.Common.dll

public interface IMyRespawnComponent: IMyComponentBase

Properties

Member Description
SpawnWithoutOxygen
ContainerBase Inherited from IMyComponentBase
RemoveExistingComponentOnNewInsert Inherited from IMyComponentBase

Methods

Member Description
CanPlayerSpawn(long, bool)
GetOxygenLevel()
GetSpawnPosition()
Deserialize(MyObjectBuilder_ComponentBase) Inherited from IMyComponentBase
GetAs() Inherited from IMyComponentBase
Init(MyComponentDefinitionBase) Inherited from IMyComponentBase
IsSerialized() Inherited from IMyComponentBase
OnAddedToContainer() Inherited from IMyComponentBase
OnAddedToScene() Inherited from IMyComponentBase
OnBeforeRemovedFromContainer() Inherited from IMyComponentBase
OnRemovedFromScene() Inherited from IMyComponentBase
Serialize(bool) Inherited from IMyComponentBase
SetContainer(IMyComponentContainer) Inherited from IMyComponentBase

Implements: