This page is located on the SimsWiki. To view it in it's original form, click here.

A helper Enum that flags the productId with the correct ProductFlag_CS, eventually. This can especially be seen happening inside the Sims3.SimIFace.ResourceUtils.ProductID_CS FlagToProductID(ProductFlag_CS flag) function.

Used primarily by:

Sims3.SimIFace.ResourceUtils

[ComVisible(false)]
public enum ProductID_CS : uint
{
	kProductID_Invalid,
	kProductID_BaseGame,
	kProductID_EP01,
	kProductID_SP01,
	kProductID_EP02,
	kProductID_SP02,
	kProductID_EP03,
	kProductID_SP03,
	kProductID_EP04,
	kProductID_SP04,
	kProductID_EP05,
	kProductID_SP05,
	kProductID_EP06,
	kProductID_SP06,
	kProductID_SP07,
	kProductID_EP07,
	kProductID_EP08,
	kProductID_SP08,
	kProductID_EP09,
	kProductID_EP10,
	kProductID_SP09,
	kProductID_EP11,
	kNumProductID
}