Show / Hide Table of Contents

Interface IMyRespawnComponent

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyRespawnComponent : IMyComponentBase

Properties

SpawnWithoutOxygen

Declaration
bool SpawnWithoutOxygen { get; }
Property Value
Type Description
System.Boolean

Methods

CanPlayerSpawn(Int64, Boolean)

Declaration
bool CanPlayerSpawn(long playerId, bool acceptPublicRespawn)
Parameters
Type Name Description
System.Int64 playerId
System.Boolean acceptPublicRespawn
Returns
Type Description
System.Boolean

GetOxygenLevel()

Declaration
float GetOxygenLevel()
Returns
Type Description
System.Single

GetSpawnPosition()

Declaration
MatrixD GetSpawnPosition()
Returns
Type Description
MatrixD
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾