Difference between revisions of "TS3PR/SimIFace/Sims3/ProductID CS"

From SimsWiki
< TS3PR‎ | SimIFace‎ | Sims3
Jump to: navigation, search
(Created page with "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 ...")
 

Latest revision as of 11:35, 1 February 2021

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
}
Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox