Show / Hide Table of Contents

Method GetCreatures

| Edit this page View Source

GetCreatures()

Get all added CustomCreatures
Declaration
public static IEnumerable<CustomCreature> GetCreatures()
Returns
Type Description
IEnumerable<CustomCreature> An IEnumerable<T> of CustomCreature from all loaded mods
| Edit this page View Source

GetCreatures(string)

Get all added CustomCreatures of a mod by GUID
Declaration
public static IEnumerable<CustomCreature> GetCreatures(string modGuid)
Parameters
Type Name Description
string modGuid GUID of the mod
Returns
Type Description
IEnumerable<CustomCreature> An IEnumerable<T> of CustomCreature from a specific mod
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾