API ReferenceSandbox.ActionGraphs
public sealed class Sandbox.ActionGraphs.MapSourceLocation
Source location for action graphs that belong to a Hammer map. This is used for stack traces, and for knowing which map to save when editing a graph.
Methods
Showing 1 methods
public static Sandbox.ActionGraphs.MapSourceLocation Get(string mapPathName)
Gets a `Sandbox.ActionGraphs.MapSourceLocation` from a path name.
Parameters
mapPathName: Project-relative map path ending with ".vmap" or ".vpk".
No results match this filter.
Properties
Showing 2 properties
public string Sandbox.ActionGraphs.MapSourceLocation.MapPathName { get; set; }
public virtual sealed Facepunch.ActionGraphs.SerializationOptions Sandbox.ActionGraphs.MapSourceLocation.SerializationOptions { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.ActionGraphs |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ActionGraphs.MapSourceLocation |