s&box docs

public sealed struct Sandbox.MapLoader.ObjectEntry

Holds key values for the map object

Methods

Showing 3 methods

public T GetResource(string key, T defaultValue = null)

Parameters

  • defaultValue: Default: null

public string GetString(string key, string defaultValue = null)

Parameters

  • defaultValue: Default: null

public T GetValue(string key, T defaultValue = null)

Parameters

  • defaultValue: Default: null

Properties

Showing 10 properties

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MapLoader.ObjectEntry

On this page