Difference between revisions of "SemiGlobal"
From SimsWiki
Line 1: | Line 1: | ||
− | SemiGlobals are | + | =Overview= |
+ | SemiGlobals are resources that belong to a single group/category, and cannot be used outside of that one group. | ||
− | + | ==Use== | |
+ | Most objects in Sims 2 are divided into groups. Each group has it's own semiglobals. Most semiglobal groups are associated with a specific [[Object Categories|object categorie]]. An object belonging to a group doesn't have to use that groups shared resources. | ||
− | + | ==Restrictions== | |
+ | Objects in one semiglobal group cannot dirrectly access resources in another. [[BHAV]]s in other groups can be called using the [[0x001C|Run Tree by Name]] [[primitives|primitive]]. | ||
− | [[SimAntics]] | + | =See also= |
+ | *[[List of SemiGlobals]] | ||
+ | *[[SimAntics]] | ||
− | [[Category: | + | [[Category:Modding]] |
Revision as of 01:04, 26 June 2006
Contents |
Overview
SemiGlobals are resources that belong to a single group/category, and cannot be used outside of that one group.
Use
Most objects in Sims 2 are divided into groups. Each group has it's own semiglobals. Most semiglobal groups are associated with a specific object categorie. An object belonging to a group doesn't have to use that groups shared resources.
Restrictions
Objects in one semiglobal group cannot dirrectly access resources in another. BHAVs in other groups can be called using the Run Tree by Name primitive.