Changes

Jump to navigation Jump to search

FF7/Field/Script/Opcodes/C7 SOLID

729 bytes added, 04:04, 2 August 2006
SOLID
* Opcode: '''0xC7'''
* Short name: '''SOLID'''
* Long name: Solid object

==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0xC7
! width="40" | ''S''
|}

==== Arguments ====
* '''const UByte''' ''S'': Switch on/off (0/1, respectively).

==== Description ====
Switches the solidity of the field object associated with this entity; that is, turns collision detection on or off. When off, the playable character will be able to walk through the entity's object, as if it were not there. This may be used for such objects as save points, where the character must be able to walk through the object to be able to access the save menu item.

Navigation menu