-
Notifications
You must be signed in to change notification settings - Fork 26
Mod Scripting What It Can Do
Topher Sheridan edited this page Jun 17, 2016
·
2 revisions
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
Parameters
int partyIndex: The index of the party member to retrieve data about.
Returns
BattleEntityData: A structure representing the requested battle entity.