<Code Lib>
2022 Method
Changes 0
M

FabricationConfiguration.CustomDataExists

Description:
Checks to see if the specified custom data exists.

public bool CustomDataExists(
	int customDataId
)

  • Int32
    customDataId
    The custom data identifier.
Return Value bool Returns true if the custom data exists.

Loading…