Skip to content

PyNineSliceGump

Type: NineSliceGump

Type: Gump

No enums found.

Gets the current hue of the nine-slice gump

Return Type: ushort


(hue) Sets the hue of the nine-slice gump

Parameters:

NameTypeOptionalDescription
hueushort❌ NoThe hue value to set

Return Type: void (Does not return anything)


Gets whether the gump is resizable

Return Type: bool


(resizable) Sets whether the gump is resizable

Parameters:

NameTypeOptionalDescription
resizablebool❌ NoTrue to make resizable, false otherwise

Return Type: void (Does not return anything)


Gets the border size of the nine-slice

Return Type: int


(borderSize) Sets the border size of the nine-slice

Parameters:

NameTypeOptionalDescription
borderSizeint❌ NoThe border size in pixels

Return Type: void (Does not return anything)