Difference between revisions of "0777"

From GTAMods Wiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>0777=1,%1h%</code><br>
+
{{OpCode
'''Description''': Deletes objects in an object group<br>
+
| games      = {{Icon|SA}}
'''Parameter 1''': Object group name<br>
+
| command    = REMOVE_IPL
'''Supports''': San Andreas<br>
+
| description = Makes the object group disappear
 +
| syntax1    = 0777: delete_objects_in_object_group "[''string'']"
 +
| p1t        = [''string'']
 +
| p1d        = [[Binary IPL]] file name without extension
 +
| native      = [[REMOVE_IPL]]
 +
}}
  
This opcode deletes a group of pre-defined objects. To create this objects, use [[0776]].<br>
+
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
 
[[Category:OpCodes]]
 

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