<Code Lib>
2023 Method
Changes 2
M

FabricationService.IsValidButtonIndex

Description:
Validates the button index.

public bool IsValidButtonIndex(
	int paletteIndex,
	int buttonIndex
)

  • Int32
    paletteIndex
    The palette index.
  • Int32
    buttonIndex
    The button index to check.
Return Value bool True if larger or equal to 0 and less than PaletteCount.

Loading…