Difference between revisions of "FF8/Field/Script/Opcodes/01E SET3"
Jump to navigation
Jump to search
my_wiki>Shard m (→Stack) |
my_wiki>Albeoris (Created page with "* Opcode: '''0x01E''' * Short name: '''SET3''' * Long name: Set 3-coordinate position ==== Argument ==== Walkmesh triangle ID. ==== Stack ==== : ''XCoord'' : ''YCoord'...") |
||
Line 3: | Line 3: | ||
* Long name: Set 3-coordinate position | * Long name: Set 3-coordinate position | ||
− | ==== Argument ==== | + | ==== Argument ==== |
Walkmesh triangle ID. | Walkmesh triangle ID. | ||
− | ==== Stack ==== | + | ==== Stack ==== |
− | |||
− | |||
− | |||
− | |||
− | ==== Description ==== | + | : ''XCoord'' |
+ | : ''YCoord'' | ||
+ | : ''ZCoord'' | ||
+ | : '''SET3''' | ||
+ | |||
+ | ==== Description ==== | ||
Place this entity's model at XCoord, YCoord, ZCoord standing on the given walkmesh triangle. | Place this entity's model at XCoord, YCoord, ZCoord standing on the given walkmesh triangle. |
Revision as of 04:30, 24 March 2018
- Opcode: 0x01E
- Short name: SET3
- Long name: Set 3-coordinate position
Argument
Walkmesh triangle ID.
Stack
- XCoord
- YCoord
- ZCoord
- SET3
Description
Place this entity's model at XCoord, YCoord, ZCoord standing on the given walkmesh triangle.