Skip to content

Mod Scripting What It Can Do

Topher Sheridan edited this page Jun 17, 2016 · 2 revisions

Farplane API

Farplane exposes a number of classes that can be accessed by referencing Farplane.exe in your script file. In addition to classes that expose methods for interacting with the game, a number of classes and structures that represent data from the game are also included. For information on those classes see Farplane Structures

Battle

Functions

GetPartyEntity(int partyIndex)

Parameters

int partyIndex: The index of the party member to retrieve data about.

Returns

BattleEntityData: A structure representing the requested battle entity.

Equipment

Item

Party