Method IsCustomLocation
| Edit this page View SourceIsCustomLocation(string)
Helper method to determine if a location prefab with a given name is a custom location created with Jötunn.
Declaration
public static bool IsCustomLocation(string prefabName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | prefabName | Name of the prefab to test. |
Returns
| Type | Description |
|---|---|
| bool | true if the prefab is added as a custom location to the ZoneManager. |