<Code Lib>
2023 Method
Changes 0
M

FabricationPart.HasCustomData

Description:
Check if fabrication part contains custom data already.

public bool HasCustomData(
	int customId
)

  • Int32
    customId
    The identifier of the custom data field to look for.
Return Value bool Returns true if the fabrication part contains the custom data.

Loading…