Difference between revisions of "047B"
Jump to navigation
Jump to search
(bugged behavior) |
|||
Line 1: | Line 1: | ||
− | {{Icon|3}} | + | {{OpCode |
− | + | | games = {{Icon|3}} | |
− | + | | command = LOCATE_SNIPER_BULLET_2D | |
− | + | | description = Checks if there is a sniper bullet within the specified 2d area | |
− | + | | syntax1 = 047B: locate_sniper_bullet_at [''flt1''] [''flt2''] offset [''flt3''] [''flt4''] sphere [''int''] | |
− | + | | p1t = [''flt1''] | |
− | + | | p1d = X-coordinate | |
− | + | | p2t = [''flt2''] | |
− | + | | p2d = Y-coordinate | |
− | + | | p3t = [''flt3''] | |
− | + | | p3d = X-radius offset | |
− | + | | p4t = [''flt4''] | |
− | + | | p4d = Y-radius offset | |
− | + | | p5t = [''int''] | |
− | + | | p5d = Show cylindrical marker | |
− | + | }} | |
− | |||
− | This opcode | + | This conditional opcode supposedly returns true if there is a sniper bullet within the specified 2d area, but its area detection seems to be bugged. It returns true if a sniper bullet is within any x-coordinate greater than the specified x-coordinate minus the x-radius, and any y-coordinate greater than the specified y-coordinate minus the y-radius. Its cylindrical marker does not reflect the bug and behaves similarly to opcode [[0056]]. |
− | + | == Keywords == | |
+ | check, locate, sniper, bullet, 2d, area, rectangle |
Revision as of 16:16, 13 December 2016
- Description
- Checks if there is a sniper bullet within the specified 2d area
- Syntax
- 047B: locate_sniper_bullet_at [flt1] [flt2] offset [flt3] [flt4] sphere [int]
- Parameter
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- X-radius offset
- [flt4]
- Y-radius offset
- [int]
- Show cylindrical marker
This conditional opcode supposedly returns true if there is a sniper bullet within the specified 2d area, but its area detection seems to be bugged. It returns true if a sniper bullet is within any x-coordinate greater than the specified x-coordinate minus the x-radius, and any y-coordinate greater than the specified y-coordinate minus the y-radius. Its cylindrical marker does not reflect the bug and behaves similarly to opcode 0056.
Keywords
check, locate, sniper, bullet, 2d, area, rectangle