Difference between revisions of "FF8/Field/Script/Opcodes/01D SET"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x01D''' * Short name: '''SET''' * Long name: Set position ==== Argument ==== Walkmesh triangle ID. ==== Stack ==== :''XCoord'' :''YCoord'' :'''SET''' ==== De...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* Long name: Set position
 
* Long name: Set position
  
==== Argument ====
+
==== Argument ====
  
 
Walkmesh triangle ID.
 
Walkmesh triangle ID.
  
==== Stack ====
+
==== Stack ====
:''XCoord''
 
:''YCoord''
 
:'''SET'''
 
  
==== Description ====
+
: ''XCoord''
 +
: ''YCoord''
 +
: '''SET'''
 +
 
 +
==== Description ====
  
 
Place this entity's model at XCoord, YCoord standing on the given walkmesh triangle. Unlike SET3, this function will place the event on the walkable terrain (the ZCoord is interpolated from the walkmesh).
 
Place this entity's model at XCoord, YCoord standing on the given walkmesh triangle. Unlike SET3, this function will place the event on the walkable terrain (the ZCoord is interpolated from the walkmesh).

Latest revision as of 05:23, 23 May 2019

  • Opcode: 0x01D
  • Short name: SET
  • Long name: Set position

Argument

Walkmesh triangle ID.

Stack

XCoord
YCoord
SET

Description

Place this entity's model at XCoord, YCoord standing on the given walkmesh triangle. Unlike SET3, this function will place the event on the walkable terrain (the ZCoord is interpolated from the walkmesh).