Difference between revisions of "SemiGlobal"
From SimsWiki
Line 1: | Line 1: | ||
− | SemiGlobals are BHAVs that belong to a single group/category, and cannot be called outside of that one group. Since all objects in Sims 2 are divided into groups (or categories), that means there's one group of semiglobals for each object type. | + | SemiGlobals are BHAVs that belong to a single group/category, and cannot be called outside of that one group. Since all objects in Sims 2 are divided into groups (or [[Object Categories|categories]]), that means there's one group of semiglobals for each object type. |
For example: all beds have access to the BHAVs in their own semiglobal group (in this case, 0x7F4437F2 ), and cannot call a BHAV in, say, the chair group ( 0x7F0B61F3 ). | For example: all beds have access to the BHAVs in their own semiglobal group (in this case, 0x7F4437F2 ), and cannot call a BHAV in, say, the chair group ( 0x7F0B61F3 ). | ||
+ | |||
+ | See also | ||
+ | |||
+ | [[SimAntics]] | ||
+ | |||
+ | [[Category:modding]] |
Revision as of 05:37, 19 June 2006
SemiGlobals are BHAVs that belong to a single group/category, and cannot be called outside of that one group. Since all objects in Sims 2 are divided into groups (or categories), that means there's one group of semiglobals for each object type.
For example: all beds have access to the BHAVs in their own semiglobal group (in this case, 0x7F4437F2 ), and cannot call a BHAV in, say, the chair group ( 0x7F0B61F3 ).
See also