Show / Hide Table of Contents

Class ResaveCommand

Loads every map and resaves it into the data folder.

Inheritance
System.Object
Robust.Shared.Console.LocalizedCommands
ResaveCommand
Implements
Robust.Shared.Console.IConsoleCommand
Namespace: Content.Server.Maps
Assembly: Content.Server.dll
Syntax
public sealed class ResaveCommand : LocalizedCommands, IConsoleCommand

Properties

| Improve this Doc View Source

Command

Declaration
public override string Command { get; }
Property Value
Type Description
System.String
Overrides
Robust.Shared.Console.LocalizedCommands.Command

Methods

| Improve this Doc View Source

Execute(IConsoleShell, String, String[])

Declaration
public override void Execute(IConsoleShell shell, string argStr, string[] args)
Parameters
Type Name Description
Robust.Shared.Console.IConsoleShell shell
System.String argStr
System.String[] args
Overrides
Robust.Shared.Console.LocalizedCommands.Execute(Robust.Shared.Console.IConsoleShell, System.String, System.String[])

Implements

Robust.Shared.Console.IConsoleCommand
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾