Difference between revisions of "095A"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | + | | games = {{Icon|SA}} | |
− | ''' | + | | command = CREATE_OYSTER_PICKUP |
− | ''' | + | | description = Creates an oyster [[pickup]] |
− | ''' | + | | syntax1 = 095A: [''var''] = create_oyster_at [''flt1''] [''flt2''] [''flt3''] |
− | ''' | + | | p1t = [''var''] |
− | ''' | + | | p1d = Variable to store the handle of the pickup |
+ | | p2t = [''flt1''] | ||
+ | | p2d = X-coordinate | ||
+ | | p3t = [''flt2''] | ||
+ | | p3d = Y-coordinate | ||
+ | | p4t = [''flt3''] | ||
+ | | p4d = Z-coordinate | ||
+ | }} | ||
− | + | This opcode creates an oyster pickup. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | ==Keywords== | + | == Keywords == |
create, oyster, pickup | create, oyster, pickup | ||
− | |||
− |
Revision as of 18:42, 9 June 2016
- Description
- Creates an oyster pickup
- Syntax
- 095A: [var] = create_oyster_at [flt1] [flt2] [flt3]
- Parameter
- [var]
- Variable to store the handle of the pickup
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate
This opcode creates an oyster pickup.
Keywords
create, oyster, pickup