Difference between revisions of "FF8/Field/Script/Opcodes/039 SETLINE"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Shard
(Created page with "* Opcode: '''0x039''' * Short name: '''SETLINE''' * Long name: Set Line Bounds ==== Argument ==== none ==== Stack ==== :''X1'' :''Y1'' :''Z1'' :''X2'' :''Y2'' :''Z2'' :'''SET...")
Qhimm>Albeoris
(Created page with "* Opcode: '''0x039''' * Short name: '''SETLINE''' * Long name: Set Line Bounds ==== Argument ==== none ==== Stack ==== : ''X1'' : ''Y1'' : ''Z1'' : ''X2'' : ''Y2'' : '...")
Line 3: Line 3:
* Long name: Set Line Bounds
* Long name: Set Line Bounds


==== Argument ====
==== Argument ====
 
none
none
==== Stack ====
:''X1''
:''Y1''
:''Z1''
:''X2''
:''Y2''
:''Z2''
:'''SETLINE'''


==== Description ====
==== Stack  ====
 
: ''X1''
: ''Y1''
: ''Z1''
: ''X2''
: ''Y2''
: ''Z2''
: '''SETLINE'''
 
====  Description ====
 
Sets the bounds of this line object (for its touchOn, touchOff, and across scripts). Lines are actually 3d hitboxes, not lines.
Sets the bounds of this line object (for its touchOn, touchOff, and across scripts). Lines are actually 3d hitboxes, not lines.

Revision as of 13:44, 24 March 2018

  • Opcode: 0x039
  • Short name: SETLINE
  • Long name: Set Line Bounds

Argument

none

Stack

X1
Y1
Z1
X2
Y2
Z2
SETLINE

Description

Sets the bounds of this line object (for its touchOn, touchOff, and across scripts). Lines are actually 3d hitboxes, not lines.