Difference between revisions of "06EE"
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 | ||
− | | | + | | games = {{Icon|SA}} |
− | | description = Checks if | + | | command = IS_GROUP_MEMBER |
− | | | + | | description = Checks if the character is a member of the [[07AF|group]] |
− | | | + | | syntax1 = 06EE: actor [''char handle''] in_group [''group handle''] |
− | | | + | | 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]] | ||
}} | }} | ||
− | |||
− | ==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
- 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