Difference between revisions of "Sims 2 Object Categories"
From SimsWiki
m (moved Object Categories to Sims 2 Object Categories) |
|||
Line 13: | Line 13: | ||
*[[0x0002]] the expression primitive | *[[0x0002]] the expression primitive | ||
− | [[Category:Modding]] | + | [[Category:Sims 2 Modding]] |
Latest revision as of 18: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