Show / Hide Table of Contents

Class SandboxSystem

Inheritance
System.Object
SharedSandboxSystem
SandboxSystem
Namespace: Content.Client.Sandbox
Assembly: Content.Client.dll
Syntax
public sealed class SandboxSystem : SharedSandboxSystem

Properties

| Improve this Doc View Source

SandboxAllowed

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

Methods

| Improve this Doc View Source

Copy(ICommonSession, EntityCoordinates, EntityUid)

Declaration
public bool Copy(ICommonSession session, EntityCoordinates coords, EntityUid uid)
Parameters
Type Name Description
Robust.Shared.Players.ICommonSession session
Robust.Shared.Map.EntityCoordinates coords
EntityUid uid
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GiveAdminAccess()

Declaration
public void GiveAdminAccess()
| Improve this Doc View Source

GiveAGhost()

Declaration
public void GiveAGhost()
| Improve this Doc View Source

Initialize()

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

MachineLinking()

Declaration
public void MachineLinking()
| Improve this Doc View Source

Respawn()

Declaration
public void Respawn()
| Improve this Doc View Source

ShowBb()

Declaration
public void ShowBb()
| Improve this Doc View Source

ShowMarkers()

Declaration
public void ShowMarkers()
| Improve this Doc View Source

Shutdown()

Declaration
public override void Shutdown()
| Improve this Doc View Source

Suicide()

Declaration
public void Suicide()
| Improve this Doc View Source

ToggleFov()

Declaration
public void ToggleFov()
| Improve this Doc View Source

ToggleLight()

Declaration
public void ToggleLight()
| Improve this Doc View Source

ToggleShadows()

Declaration
public void ToggleShadows()
| Improve this Doc View Source

ToggleSubFloor()

Declaration
public void ToggleSubFloor()

Events

| Improve this Doc View Source

SandboxDisabled

Declaration
public event Action? SandboxDisabled
Event Type
Type Description
System.Nullable<Action>
| Improve this Doc View Source

SandboxEnabled

Declaration
public event Action? SandboxEnabled
Event Type
Type Description
System.Nullable<Action>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾