Difference between revisions of "FF8/Field/Script/Opcodes/155 SETDRAWPOINT"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>MaKiPL
my_wiki>MaKiPL
Line 8: Line 8:
  
 
==== Stack ====
 
==== Stack ====
Bool (PSHN_L)
+
:Bool (PSHN_L)
 
:'''SETDRAWPOINT'''
 
:'''SETDRAWPOINT'''
  

Revision as of 00:53, 2 June 2016

  • Opcode: 0x155
  • Short name: SETDRAWPOINT
  • Long name: Set Draw Point hidden

Argument

isHidden

Stack

Bool (PSHN_L)
SETDRAWPOINT

Description

If isHidden is bigger or equal to 1, then hides draw point. If not, the draw point is visible.

-- By MaKiPL