ModernNineSliceGump
Class Description
Section titled “Class Description”Internal class that extends NineSliceGump to provide callback support
Properties
Section titled “Properties”No properties found.
No enums found.
Methods
Section titled “Methods”SetLegionTexture
Section titled “SetLegionTexture”(texture, borderSize)
Set the modern gump texture and border size
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
texture | string | ❌ No | |
borderSize | int | ❌ No |
Return Type: void (Does not return anything)
SetResizeCallback
Section titled “SetResizeCallback”(callback)
Registers a callback to be called when the gump is resized.
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
callback | object | ❌ No |
Return Type: void (Does not return anything)
Dispose
Section titled “Dispose”Disposes the gump and releases its internal resources
Return Type: void (Does not return anything)