Difference between revisions of "FF7/WorldMap Module/Script/Opcodes/018"
Jump to navigation
Jump to search
Qhimm>Aali (Created page with "* Opcode: '''0x018''' * Name: push distance from active entity to light * Two-word opcode: No ==== Parameters ==== {| border="1" cellspacing="1" cellpadding="3" style="borde...") |
ffrtt>BukTop m (3 revisions imported) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
* Opcode: '''0x018''' | * Opcode: '''0x018''' | ||
* Name: push distance from active entity to | * Name: push distance from active entity to point | ||
* Two-word opcode: No | * Two-word opcode: No | ||
Line 11: | Line 11: | ||
|- | |- | ||
| Stack | | Stack | ||
| | | Point ID | ||
| | | Point to compare distance to | ||
|} | |} | ||
==== Notes ==== | ==== Notes ==== | ||
Pushes the distance between the active entity and the | Pushes the distance between the active entity and the point specified. It is unclear exactly how the distance calculation works or what values to expect from this function. |
Latest revision as of 04:20, 23 May 2019
- Opcode: 0x018
- Name: push distance from active entity to point
- Two-word opcode: No
Parameters
Location | Name | Description |
---|---|---|
Stack | Point ID | Point to compare distance to |
Notes
Pushes the distance between the active entity and the point specified. It is unclear exactly how the distance calculation works or what values to expect from this function.