Method GetPrefabs
| Edit this page View SourceGetPrefabs()
Get all prefabs that were added by mods. Does not include Vanilla prefabs.
Declaration
public static IEnumerable<IModPrefab> GetPrefabs()
Returns
| Type | Description |
|---|---|
| IEnumerable<IModPrefab> |
GetPrefabs(string)
Get all prefabs that were added by a specific mod
Declaration
public static IEnumerable<IModPrefab> GetPrefabs(string modGuid)
Parameters
| Type | Name | Description |
|---|---|---|
| string | modGuid |
Returns
| Type | Description |
|---|---|
| IEnumerable<IModPrefab> |