Difference between revisions of "06EE"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{OpCode | ini = 06EE=2, %1d% %2d% | description = Checks if a character is in the group | p1 = Existing actor handle | p2 = Existing group handle | gam...)
 
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 06EE=2,  %1d% %2d%
+
| games      = {{Icon|SA}}
| description = Checks if a character is in the [[07AF|group]]
+
| command    = IS_GROUP_MEMBER
| p1          = Existing actor handle
+
| description = Checks if the character is a member of the [[07AF|group]]
| p2          = Existing group handle
+
| syntax1    = 06EE:   actor [''char handle''] in_group [''group handle'']
| game        = San Andreas
+
| p1t        = [''char handle'']
 +
| p1d        = The handle of the character
 +
| p2t        = [''group handle'']
 +
| p2d        = The handle of the group
 
| native      = [[IS_GROUP_MEMBER]]
 
| native      = [[IS_GROUP_MEMBER]]
 
}}
 
}}
This checks if a character is in the group.
 
  
==Keywords==
+
This conditional opcode returns true if the character is a member of the group.
check, actor, character, group
+
 
 +
== Keywords ==
 +
check, actor, character, group, member

Latest revision as of 01:36, 25 November 2016

San Andreas IS_GROUP_MEMBER


Description
Checks if the character is a member of the group
Syntax
06EE:   actor [char handle] in_group [group handle]
Parameter
[char handle]
The handle of the character
[group handle]
The handle of the group
Native analog
IS_GROUP_MEMBER

This conditional opcode returns true if the character is a member of the group.

Keywords

check, actor, character, group, member