Skip to content

ModernNineSliceGump

Internal class that extends NineSliceGump to provide callback support

No properties found.

No enums found.

(callback) Registers a callback to be called when the gump is resized. Note that only one callback may be registered at a time. Subsequent calls will replace the previous callback.

Parameters:

NameTypeOptionalDescription
callbackobject❌ No

Return Type: void (Does not return anything)


Disposes the gump and releases its internal resources

Return Type: void (Does not return anything)