Skip to content

Effect.GetLabel ​

Source Code | Usage Examples | Effect Functions

Gets an effect's (Effect e) internal labels. If no labels are present, it will return 0.

Signature ​

Effect.GetLabel(Effect e) → int, any

lua
e:GetLabel()

Parameters ​

Returns ​


under-construction