API ReferenceSandbox.Mounting
MountUtilityclass
object→MountUtility
Methods5
Showing 5 methods
public static Sandbox.Mounting.ResourceLoader FindLoader(string loaderPath)
Find a ResourceLoader by its mount path.
| Parameter | Type | Description |
|---|---|---|
| loaderPath | string | — |
Returns:
ResourceLoader—public static bool IsMountPath(string path)
Is this a mount:// resource path? Resources behind such a path are provided by a mounted game and are cached/reused rather than loaded from disk.
| Parameter | Type | Description |
|---|---|---|
| path | string | — |
Returns:
bool—public static bool TryParse(string path, string ident)
Attempt to parse an ident from a mount path
| Parameter | Type | Description |
|---|---|---|
| path | string | — |
| ident | string | — |
Returns:
bool—No results match this filter.