Table of Contents

Class SandboxSettingsInterface

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class SandboxSettingsInterface : PositionedMenuObject
Inheritance
SandboxSettingsInterface
Inherited Members

Constructors

public SandboxSettingsInterface(Menu menu, MenuObject owner)

Parameters

menu Menu
owner MenuObject

Fields

public SymbolButton clearButton

Field Value

SymbolButton
public int currentPage

Field Value

int
public FSprite divSprite

Field Value

FSprite
public Vector2 divSpritePos

Field Value

Vector2
public bool freezeMenu

Field Value

bool
public SandboxSettingsInterface.PageButton nextPage

Field Value

SandboxSettingsInterface.PageButton
public SandboxSettingsInterface.PageButton prevPage

Field Value

SandboxSettingsInterface.PageButton
public List<SandboxSettingsInterface.ScoreController> scoreControllers

Field Value

List<SandboxSettingsInterface.ScoreController>

Properties

public ArenaSetup GetArenaSetup { get; }

Property Value

ArenaSetup
public ArenaSetup.GameTypeSetup GetGameTypeSetup { get; }

Property Value

ArenaSetup.GameTypeSetup
public MultiplayerMenu GetMultiplayerMenu { get; }

Property Value

MultiplayerMenu

Methods

public void AddPositionedScoreButton(SandboxSettingsInterface.ScoreController button, ref IntVector2 ps, Vector2 additionalOffset)

Parameters

button SandboxSettingsInterface.ScoreController
ps IntVector2
additionalOffset Vector2
public void AddScoreButton(MultiplayerUnlocks.SandboxUnlockID unlockID, ref IntVector2 ps)

Parameters

unlockID MultiplayerUnlocks.SandboxUnlockID
ps IntVector2
public void ClearInterface()
public static void DefaultKillScores(ref int[] killScores)

Parameters

killScores int[]
public void DefaultScores()
public static Vector2 GetLanguageOffset(InGameTranslator.LanguageID lang)

Parameters

lang InGameTranslator.LanguageID

Returns

Vector2
public static List<MultiplayerUnlocks.SandboxUnlockID> GetSandboxUnlocksToShow()

Returns

List<MultiplayerUnlocks.SandboxUnlockID>
public static bool IsThisSandboxUnlockVisible(MultiplayerUnlocks.SandboxUnlockID sandboxUnlockID)

Parameters

sandboxUnlockID MultiplayerUnlocks.SandboxUnlockID

Returns

bool
public void ReinitInterface()
public override void Singal(MenuObject sender, string message)

Parameters

sender MenuObject
message string
public void ZeroScores()