Class MyMedicalRoomDefinition
Inheritance
System.Object
MyMedicalRoomDefinition
Assembly: Sandbox.Game.dll
Syntax
[MyDefinitionType]
public class MyMedicalRoomDefinition : MyFunctionalBlockDefinition
Constructors
MyMedicalRoomDefinition()
Declaration
public MyMedicalRoomDefinition()
Fields
CustomWardrobeNames
Declaration
public HashSet<string> CustomWardrobeNames
Field Value
Type |
Description |
System.Collections.Generic.HashSet<System.String> |
|
CustomWardrobesEnabled
Declaration
public bool CustomWardrobesEnabled
Field Value
Type |
Description |
System.Boolean |
|
ForceSuitChangeOnRespawn
Declaration
public bool ForceSuitChangeOnRespawn
Field Value
Type |
Description |
System.Boolean |
|
HealingAllowed
Declaration
public bool HealingAllowed
Field Value
Type |
Description |
System.Boolean |
|
IdleSound
Declaration
Field Value
Type |
Description |
System.String |
|
ProgressSound
Declaration
public string ProgressSound
Field Value
Type |
Description |
System.String |
|
RefuelAllowed
Declaration
public bool RefuelAllowed
Field Value
Type |
Description |
System.Boolean |
|
ResourceSinkGroup
Declaration
public string ResourceSinkGroup
Field Value
Type |
Description |
System.String |
|
RespawnAllowed
Declaration
public bool RespawnAllowed
Field Value
Type |
Description |
System.Boolean |
|
RespawnSuitName
Declaration
public string RespawnSuitName
Field Value
Type |
Description |
System.String |
|
SpawnWithoutOxygenEnabled
Declaration
public bool SpawnWithoutOxygenEnabled
Field Value
Type |
Description |
System.Boolean |
|
SuitChangeAllowed
Declaration
public bool SuitChangeAllowed
Field Value
Type |
Description |
System.Boolean |
|
WardrobeCharacterOffset
Declaration
public Vector3D WardrobeCharacterOffset
Field Value
WardrobeCharacterOffsetLength
Declaration
public float WardrobeCharacterOffsetLength
Field Value
Type |
Description |
System.Single |
|
Methods
Init(MyObjectBuilder_DefinitionBase)
Declaration
protected override void Init(MyObjectBuilder_DefinitionBase builder)
Parameters
Overrides