Difference between revisions of "00A3"
Jump to navigation
Jump to search
Prographer (talk | contribs) (Created page with "__NOTOC__ {{OpCode | games = {{Icon|t}} | command = IS_CHAR_IN_AREA_2D | description = Checks if the actor is in the specified rectangular zone. | syntax1 = is_c...") |
Prographer (talk | contribs) |
(No difference)
|
Latest revision as of 17:58, 9 October 2019
- Description
- Checks if the actor is in the specified rectangular zone.
- Syntax
- is_char_in_area_2d [char handle] from [float1] [float2] [float3] [float4] sphere [int]
- Parameter
- [char handle]
- The handle of the character
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- X-coordinate
- [flt4]
- Y-coordinate
- [int]