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.

objectMapSourceLocation
Namespace
Sandbox.ActionGraphs
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.ActionGraphs.MapSourceLocation

Methods1

Showing 1 methods

public static Sandbox.ActionGraphs.MapSourceLocation Get(string mapPathName)PUBLICSTATIC

Gets a `Sandbox.ActionGraphs.MapSourceLocation` from a path name.

ParameterTypeDescription
mapPathNamestringProject-relative map path ending with ".vmap" or ".vpk".

Properties2

Showing 2 properties

public string Sandbox.ActionGraphs.MapSourceLocation.MapPathName { get; set; }PUBLICGETSET

Returns:string

On this page