Skip to content

GetSoulInfo

The soul catalogue’s entry for a key, of any archetype.

GetSoulInfo(key)
Parameter Type
key string | number a soul’s name, id or GUID

table - {id=, name=, guid=, archetype=}; nil when unknown

local info = GetSoulInfo(GetEntityTemplate(horse))
Log("the horse is a", info and info.name or "?")

GetHorseSoul · FindSouls · the Catalogues group of the index