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 SourceCommand
Declaration
public override string Command { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Robust.Shared.Console.LocalizedCommands.Command
Methods
| Improve this Doc View SourceExecute(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