Lua API
On this page

SpellComponent

Inherits from

Fields:

Category number

read only

CDM number

read only

ClassId number

read only

weenie class id of this component

Gesture number

read only

Icon number

read only

Icon

Id number

read only

Component Id

Name string

read only

Name

Text string

read only

Time number

read only

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