FF8/Field/Script/Opcodes/155 SETDRAWPOINT

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Revision as of 05:24, 23 May 2019 by BukTop (talk | contribs) (4 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • 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