<Code Lib>
2025 Method
Changes 0
M

FabricationServiceButton.IsValidConditionIndex

Description:
Validates if the given condition index is valid or not.

public static bool IsValidConditionIndex(
	FabricationServiceButton button,
	int condition
)

Return Value Boolean True if larger or equal to 0 and less than ConditionCount.

Loading…