API Referenceglobal
ObjectEntryclass
Holds key values for the map object
object→ObjectEntry
Methods3
Showing 3 methods
public T GetResource(string key, T defaultValue = null)
| Parameter | Type | Description |
|---|---|---|
| key | string | — |
| defaultValue = null | T | — |
Returns:
T—public string GetString(string key, string defaultValue = null)
| Parameter | Type | Description |
|---|---|---|
| key | string | — |
| defaultValue = null | string | — |
Returns:
string—public T GetValue(string key, T defaultValue = null)
| Parameter | Type | Description |
|---|---|---|
| key | string | — |
| defaultValue = null | T | — |
Returns:
T—No results match this filter.
Properties10
Showing 10 properties
public Angles Sandbox.MapLoader.ObjectEntry.Angles { get; set; }
public string Sandbox.MapLoader.ObjectEntry.ParentName { get; set; }
Returns:
string—public Vector3 Sandbox.MapLoader.ObjectEntry.Position { get; set; }
public Rotation Sandbox.MapLoader.ObjectEntry.Rotation { get; set; }
public Vector3 Sandbox.MapLoader.ObjectEntry.Scales { get; set; }
public Sandbox.ITagSet Sandbox.MapLoader.ObjectEntry.Tags { get; set; }
public string Sandbox.MapLoader.ObjectEntry.TargetName { get; set; }
Returns:
string—public Transform Sandbox.MapLoader.ObjectEntry.Transform { get; set; }
public string Sandbox.MapLoader.ObjectEntry.TypeName { get; set; }
Returns:
string—public Vector3 Sandbox.MapLoader.ObjectEntry.WorldOrigin { get; set; }
No results match this filter.