Difference between revisions of "FF8/Field/Script/Opcodes/05B ISTOUCH"
Jump to navigation
Jump to search
Qhimm>Shard m |
ffrtt>BukTop m (4 revisions imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
* Long name: Is Touching | * Long name: Is Touching | ||
==== Argument ==== | ==== Argument ==== | ||
none | none | ||
==== Description ==== | ==== Stack ==== | ||
: ''Actor code'' (set by [[FF8/Field/Script/Opcodes/013_PSHAC|PSHAC]]) | |||
: '''ISTOUCH''' | |||
==== 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. |
Latest revision as of 04:24, 23 May 2019
- 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.