Difference between revisions of "0777"

From GTAMods Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 0777=1,%1h%
+
| games      = {{Icon|SA}}
| description = Makes an object group disappear
+
| command    = REMOVE_IPL
| p1          = [[Binary IPL]] file name without extension
+
| description = Makes the object group disappear
| game        = [[San Andreas]]
+
| syntax1    = 0777: delete_objects_in_object_group "[''string'']"
 +
| p1t        = [''string'']
 +
| p1d        = [[Binary IPL]] file name without extension
 
| native      = [[REMOVE_IPL]]
 
| native      = [[REMOVE_IPL]]
 
}}
 
}}
 +
 
This opcode can make a group of objects defined in a binary IPL file to disappear in the game. To make it reappear, use opcode [[0776]].
 
This opcode can make a group of objects defined in a binary IPL file to disappear in the game. To make it reappear, use opcode [[0776]].
  
 
== Keywords ==
 
== Keywords ==
 
delete, object, objects, group
 
delete, object, objects, group

Latest revision as of 03:53, 4 December 2016

San Andreas REMOVE_IPL


Description
Makes the object group disappear
Syntax
0777: delete_objects_in_object_group "[string]"
Parameter
[string]
Binary IPL file name without extension
Native analog
REMOVE_IPL

This opcode can make a group of objects defined in a binary IPL file to disappear in the game. To make it reappear, use opcode 0776.

Keywords

delete, object, objects, group