ObjectEntryclass

Holds key values for the map object

objectObjectEntry
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.MapLoader.ObjectEntry

Methods3

Showing 3 methods

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

ParameterTypeDescription
keystring
defaultValue = nullT
Returns:T

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

ParameterTypeDescription
keystring
defaultValue = nullstring
Returns:string

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

ParameterTypeDescription
keystring
defaultValue = nullT
Returns:T

Properties10

Showing 10 properties

On this page