Class SandboxSystem
Inheritance
System.Object
SandboxSystem
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
|
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
|
Improve this Doc
View Source
ShowBb()
Declaration
|
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
|
Improve this Doc
View Source
ToggleFov()
Declaration
|
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> |
|