Method GetLocations
| Edit this page View SourceGetLocations()
Get all added CustomLocations
Declaration
public static IEnumerable<CustomLocation> GetLocations()
Returns
| Type | Description |
|---|---|
| IEnumerable<CustomLocation> | An IEnumerable<T> of CustomLocation from all loaded mods |
GetLocations(string)
Get all added CustomLocations of a mod by GUID
Declaration
public static IEnumerable<CustomLocation> GetLocations(string modGuid)
Parameters
| Type | Name | Description |
|---|---|---|
| string | modGuid | GUID of the mod |
Returns
| Type | Description |
|---|---|
| IEnumerable<CustomLocation> | An IEnumerable<T> of CustomLocation from a specific mod |