Difference between revisions of "SemiGlobal"
From SimsWiki
m (→Overview: Slight reorganization, added Resoruces) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 16: | Line 16: | ||
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]]. | 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]]. | ||
− | =See also= | + | ==See also== |
*[[List of SemiGlobals]] | *[[List of SemiGlobals]] | ||
*[[SimAntics]] | *[[SimAntics]] | ||
− | [[Category:Modding]] | + | [[Category:Sims 2 Modding]] |
Latest revision as of 20:45, 17 September 2012
SemiGlobals are resources that belong to a single group/category, and cannot be used outside of that one group.
Contents |
[edit] 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 category. An object belonging to a group doesn't have to use that groups shared resources.
[edit] Resources
The following resources have been seen in SemiGlobal groups:
[edit] 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.