![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Info about a script. More...
Public Attributes | |
uint16 | entry_point |
Address of the script entry point. More... | |
uint32 | next_entry_point |
Address of the next script entry point. More... | |
size_t | index |
Script index. More... | |
Info about a script.
uint16 FieldDisassembler::ScriptInfo::entry_point |
Address of the script entry point.
size_t FieldDisassembler::ScriptInfo::index |
Script index.
uint32 FieldDisassembler::ScriptInfo::next_entry_point |
Address of the next script entry point.
I.e. The last address of the script, plus one.