V-Gears 0
Free Final Fantasy VII engine.
FieldDecompiler::DecompiledScript Struct Reference

The field decompiled script. More...

#include <FieldDecompiler.h>

Public Attributes

std::string luaScript
 The LUA script for the field. More...
 
std::vector< FieldEntityentities
 The field entities. More...
 
std::vector< Linelines
 Lines in the field. More...
 

Detailed Description

The field decompiled script.

Member Data Documentation

◆ entities

std::vector<FieldEntity> FieldDecompiler::DecompiledScript::entities

The field entities.

Lines are not included.

◆ lines

std::vector<Line> FieldDecompiler::DecompiledScript::lines

Lines in the field.

◆ luaScript

std::string FieldDecompiler::DecompiledScript::luaScript

The LUA script for the field.


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