Difference between revisions of "06C9"

From GTAMods Wiki
Jump to navigation Jump to search
(i think it's similar)
 
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 06C9=1,%1d%
+
| games      = {{Icon|SA}}
 +
| command    = REMOVE_CHAR_FROM_GROUP
 
| description = Removes the character from a [[07AF|group]]
 
| description = Removes the character from a [[07AF|group]]
| p1          = Actor handle
+
| syntax1    = 06C9: remove_actor [''char handle''] from_group
| game        = San Andreas
+
| p1t        = [''char handle'']
 +
| p1d        = The handle of the character
 
| native      = [[REMOVE_CHAR_FROM_GROUP]]
 
| native      = [[REMOVE_CHAR_FROM_GROUP]]
 
}}
 
}}
This removes the character from any group it belongs to. This opcode is similar to [[01E0]] used in GTA3 and Vice City.
 
  
==Keywords==
+
This opcode removes the character from any group it belongs to. This opcode is similar to [[01E0]] used in GTA3 and Vice City.
 +
 
 +
== Keywords ==
 
remove, actor, character, group
 
remove, actor, character, group

Latest revision as of 01:27, 25 November 2016

San Andreas REMOVE_CHAR_FROM_GROUP


Description
Removes the character from a group
Syntax
06C9: remove_actor [char handle] from_group
Parameter
[char handle]
The handle of the character
Native analog
REMOVE_CHAR_FROM_GROUP

This opcode removes the character from any group it belongs to. This opcode is similar to 01E0 used in GTA3 and Vice City.

Keywords

remove, actor, character, group