Show / Hide Table of Contents

Class DoorSystem

Inheritance
System.Object
SharedDoorSystem
DoorSystem
Namespace: Content.Client.Doors
Assembly: Content.Client.dll
Syntax
public sealed class DoorSystem : SharedDoorSystem

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
SharedDoorSystem.Initialize()
| Improve this Doc View Source

OnComponentInit(EntityUid, DoorComponent, ComponentInit)

Declaration
protected override void OnComponentInit(EntityUid uid, DoorComponent comp, ComponentInit args)
Parameters
Type Name Description
EntityUid uid
DoorComponent comp
ComponentInit args
| Improve this Doc View Source

PlaySound(EntityUid, SoundSpecifier, AudioParams, Nullable<EntityUid>, Boolean)

Declaration
protected override void PlaySound(EntityUid uid, SoundSpecifier soundSpecifier, AudioParams audioParams, EntityUid? predictingPlayer, bool predicted)
Parameters
Type Name Description
EntityUid uid
Robust.Shared.Audio.SoundSpecifier soundSpecifier
Robust.Shared.Audio.AudioParams audioParams
System.Nullable<EntityUid> predictingPlayer
System.Boolean predicted
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾