Api Sandbox ActionGraphs MapSourceLocation
class

MapSourceLocation

public sealed class 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.

Properties

Name Type Description
MapPathName String
SerializationOptions virtual SerializationOptions

Methods

static MapSourceLocation Get(String mapPathName)

Gets a MapSourceLocation from a path name.

mapPathName — Project-relative map path ending with ".vmap" or ".vpk".
Assembly: Sandbox.Engine Namespace: Sandbox.ActionGraphs Full Name: Sandbox.ActionGraphs.MapSourceLocation