V-Gears 0
Free Final Fantasy VII engine.
FieldDisassembler::ScriptInfo Struct Reference

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...
 

Detailed Description

Info about a script.

Member Data Documentation

◆ entry_point

uint16 FieldDisassembler::ScriptInfo::entry_point

Address of the script entry point.

◆ index

size_t FieldDisassembler::ScriptInfo::index

Script index.

◆ next_entry_point

uint32 FieldDisassembler::ScriptInfo::next_entry_point

Address of the next script entry point.

I.e. The last address of the script, plus one.


The documentation for this struct was generated from the following file: