Difference between revisions of "Sims 2 Object Categories"
From SimsWiki
m (Added and rearranged) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Overview== | ==Overview== | ||
− | Object | + | Object categories can be used instead of [[GUID]]s to find objects. They are especially usefull when more than one of a particular type of object exists (like counters). They are used in many search routines, like finding a bookcase (category 0x14) to put a book back. |
==List== | ==List== | ||
Line 13: | Line 13: | ||
*[[0x0002]] the expression primitive | *[[0x0002]] the expression primitive | ||
− | [[Category:Modding]] | + | [[Category:Sims 2 Modding]] |
Latest revision as of 19:35, 17 September 2012
Contents |
[edit] Overview
Object categories can be used instead of GUIDs to find objects. They are especially usefull when more than one of a particular type of object exists (like counters). They are used in many search routines, like finding a bookcase (category 0x14) to put a book back.
[edit] List
Please see List of Object Categories.
[edit] SemiGlobals
Object categories are seperate from SemiGlobals, since not every semiglobal group sets a category and not every object with a category has semiglobals.
For a list of SemiGlobals with categories, please see List of SemiGlobals.
[edit] See also
- 0x0002 the expression primitive