Difference between revisions of "Sims 2 Object Categories"
From SimsWiki
(Added category) |
|||
Line 1: | Line 1: | ||
Object catagories 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 to put a book back. See [[List of Object Categories]] | Object catagories 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 to put a book back. See [[List of Object Categories]] | ||
+ | |||
+ | Object categories are seperate from [[SemiGlobals]], since not every semiglobal group sets a category and not every object with a category has semiglobals. | ||
[[Category:modding]] | [[Category:modding]] |
Revision as of 23:58, 25 June 2006
Object catagories 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 to put a book back. See List of Object Categories
Object categories are seperate from SemiGlobals, since not every semiglobal group sets a category and not every object with a category has semiglobals.