GetEditBoxMetatable

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 10.1.0 / 1.15.0

Returns the metatable used by EditBox objects.

metatable = GetEditBoxMetatable()

Returns

metatable
table - The metatable used by EditBox objects.

Details

  • The metatable returned by this function is shared between all non-forbidden EditBox object instances.

Patch changes