Difference between revisions of "035B"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[File:035B.jpg|thumb|A Drop In The Ocean mission. A package is floating on water]] | [[File:035B.jpg|thumb|A Drop In The Ocean mission. A package is floating on water]] | ||
− | {{Icon|3}} | + | {{OpCode |
− | < | + | | games = {{Icon|3}} |
− | + | | command = CREATE_<wbr>FLOATING_<wbr>PACKAGE | |
− | + | | description = Creates a floating package [[pickup]] | |
− | + | | syntax1 = 035B: [''var''] = create_drop_off_package [''flt1''] [''flt2''] [''flt3''] | |
− | + | | p1t = [''flt1''] | |
− | + | | p1d = X-coordinate | |
− | + | | p2t = [''flt2''] | |
− | + | | p2d = Y-coordinate | |
− | + | | p3t = [''flt3''] | |
− | + | | p3d = Z-coordinate (or ≤''-100.0'' for [[02CE|ground z]] + 0.5 units) | |
− | + | | p4t = [''var''] | |
− | + | | p4d = Variable to store the handle of the pickup | |
− | + | }} | |
− | |||
− | This opcode creates a | + | This opcode creates a pickup of [[0213#Pickup types|type PICKUP_FLOATINGPACKAGE]] at the coordinates point and uses a model that [[MatchModelString|matches the name <code>floatpackge1</code>]]. This opcode is only used during the 'A Drop In The Ocean' mission in GTA III. |
== Keywords == | == Keywords == | ||
pickup, drop-off, floating, package | pickup, drop-off, floating, package | ||
− | |||
− |
Latest revision as of 05:17, 2 January 2017
- Description
- Creates a floating package pickup
- Syntax
- 035B: [var] = create_drop_off_package [flt1] [flt2] [flt3]
- Parameter
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate (or ≤-100.0 for ground z + 0.5 units)
- [var]
- Variable to store the handle of the pickup
This opcode creates a pickup of type PICKUP_FLOATINGPACKAGE at the coordinates point and uses a model that matches the name floatpackge1
. This opcode is only used during the 'A Drop In The Ocean' mission in GTA III.
Keywords
pickup, drop-off, floating, package