TS3PR/SimIFace/Sims3/ProductID CS

From SimsWiki
< TS3PR‎ | SimIFace‎ | Sims3
Revision as of 11:35, 1 February 2021 by Lyralei (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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