class MapSourceLocation

in global :: Sandbox . ActionGraphs

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.


public static MapSourceLocation Get( string mapPathName )

Gets a from a path name.

  • mapPathName Project-relative map path ending with ".vmap" or ".vpk".

public string MapPathName { get; }

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.