Difference between revisions of "FF8/Field/Script/Opcodes/155 SETDRAWPOINT"
Jump to navigation
Jump to search
Qhimm>MaKiPL (Created page with "* Opcode: '''0x155''' * Short name: '''SETDRAWPOINT''' * Long name: Set Draw Point hidden ==== Argument ==== isHidden ==== Stack ==== Bool (PSHN_L) :'''MOVEFLUSH''' ==== D...") |
ffrtt>BukTop m (4 revisions imported) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
==== Stack ==== | ==== Stack ==== | ||
Bool (PSHN_L) | :Bool (PSHN_L) | ||
:''' | :'''SETDRAWPOINT''' | ||
==== Description ==== | ==== Description ==== | ||
If isHidden is bigger or equal to 1, then hides draw point. If not, the draw point is visible. | If isHidden is bigger or equal to 1, then hides draw point. If not, the draw point is visible. | ||
-- | |||
By MaKiPL |
Latest revision as of 04:24, 23 May 2019
- 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