Difference between revisions of "FF8/Field/Script/Opcodes/05B ISTOUCH"
Jump to navigation
Jump to search
Qhimm>Shard (Created page with "* Opcode: '''0x05B''' * Short name: '''ISTOUCH''' * Long name: Is Touching ==== Argument ==== none ==== Stack ==== :''Actor code'' (set by PSHAC) :'''ISTOUCH''' ==== Descrip...") |
Qhimm>Shard m |
||
Line 6: | Line 6: | ||
none | none | ||
==== Stack ==== | ==== Stack ==== | ||
:''Actor code'' (set by PSHAC) | :''Actor code'' (set by [[FF8/Field/Script/Opcodes/013_PSHAC|PSHAC]]) | ||
:'''ISTOUCH''' | :'''ISTOUCH''' | ||
==== Description ==== | ==== Description ==== | ||
Pushes 1 into temp variable 0 is the specified actor is within touch range of this entity. 0 Otherwise. | Pushes 1 into temp variable 0 is the specified actor is within touch range of this entity. 0 Otherwise. |
Revision as of 03:25, 14 May 2014
- Opcode: 0x05B
- Short name: ISTOUCH
- Long name: Is Touching
Argument
none
Stack
- Actor code (set by PSHAC)
- ISTOUCH
Description
Pushes 1 into temp variable 0 is the specified actor is within touch range of this entity. 0 Otherwise.