GetSoulInfo
The soul catalogue’s entry for a key, of any archetype.
Syntax
Section titled “Syntax”GetSoulInfo(key)| Parameter | Type | |
|---|---|---|
key |
string | number | a soul’s name, id or GUID |
Returns
Section titled “Returns”table - {id=, name=, guid=, archetype=}; nil when unknown
Example
Section titled “Example”local info = GetSoulInfo(GetEntityTemplate(horse))Log("the horse is a", info and info.name or "?")See also
Section titled “See also”GetHorseSoul · FindSouls · the Catalogues group of the index
