Show / Hide Table of Contents

Method GetPrefabs

| Edit this page View Source

GetPrefabs()

Get all prefabs that were added by mods. Does not include Vanilla prefabs.
Declaration
public static IEnumerable<IModPrefab> GetPrefabs()
Returns
Type Description
IEnumerable<IModPrefab>
| Edit this page View Source

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>
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾