API ReferenceSandbox.ActionGraphs
MapSourceLocationclass
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.
object→MapSourceLocation
Methods1
Showing 1 methods
public static Sandbox.ActionGraphs.MapSourceLocation Get(string mapPathName)
Gets a `Sandbox.ActionGraphs.MapSourceLocation` from a path name.
| Parameter | Type | Description |
|---|---|---|
| mapPathName | string | Project-relative map path ending with ".vmap" or ".vpk". |
No results match this filter.
Properties2
Showing 2 properties
public string Sandbox.ActionGraphs.MapSourceLocation.MapPathName { get; set; }
Returns:
string—public virtual sealed Facepunch.ActionGraphs.SerializationOptions Sandbox.ActionGraphs.MapSourceLocation.SerializationOptions { get; set; }
No results match this filter.