Lua API
On this page

LayeredSpellId

Inherits from

Full spell ID combining the spell id with the spell layer.

Fields:

FullId number

read only

Full spell id including layer

Id number

ID of the spell

Layer number

Layer of the spell, seperating multiple instances of the same spell

Methods:

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

ToString() : string

Returns a string that represents the current object.

Returns:string