Difference between revisions of "07AF"
Jump to navigation
Jump to search
(New page: {{OpCode | ini = 07AF=2,%2d% %1d% | description = Gets the player's group | p1 = Player handle | p2 = Variable to store the group handle | game = San Andre...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{OpCode | {{OpCode | ||
− | | | + | | games = {{Icon|SA}} |
+ | | command = GET_PLAYER_GROUP | ||
| description = Gets the player's group | | description = Gets the player's group | ||
− | | | + | | syntax1 = 07AF: [''var''] = player [''player handle''] group |
− | | | + | | p1t = [''player handle''] |
− | + | | p1d = The [[0053|handle of the player]] | |
+ | | p2t = [''var''] | ||
+ | | p2d = Variable to store the handle of the group | ||
| native = [[GET_PLAYER_GROUP]] | | native = [[GET_PLAYER_GROUP]] | ||
}} | }} | ||
− | |||
− | |||
− | + | This opcode gets the player's group to be used in [[Special:WhatLinksHere/{{PAGENAMEE}}|group-related]] opcodes. | |
− | |||
− | |||
− | |||
− | ==Keywords== | + | == Keywords == |
get, player, group | get, player, group |
Latest revision as of 01:21, 25 November 2016
- Description
- Gets the player's group
- Syntax
- 07AF: [var] = player [player handle] group
- Parameter
- [player handle]
- The handle of the player
- [var]
- Variable to store the handle of the group
- Native analog
- GET_PLAYER_GROUP
This opcode gets the player's group to be used in group-related opcodes.
Keywords
get, player, group