Difference between revisions of "SemiGlobal"
From SimsWiki
(6 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | SemiGlobals are | + | 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 category]]. An object belonging to a group doesn't have to use that groups shared resources. | ||
+ | |||
+ | ==Resources== | ||
+ | The following resources have been seen in SemiGlobal groups: | ||
+ | *[[BCON]] | ||
+ | *[[BHAV]] | ||
+ | *[[SLOT]] (rare cases) | ||
+ | *[[STR#]] | ||
+ | *[[TTAB]] | ||
+ | *[[TTAs]] | ||
+ | |||
+ | ==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]]. | ||
+ | |||
+ | ==See also== | ||
+ | *[[List of SemiGlobals]] | ||
+ | *[[SimAntics]] | ||
+ | |||
+ | [[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.