Elin Modding Docs Doc
Loading...
Searching...
No Matches
GoalList Class Reference

Public Member Functions

void Refresh (Chara owner, GoalListType type)
 
Goal Next ()
 

Public Attributes

int index = -2
 
List< Goallist = new List<Goal>()
 

Detailed Description

Definition at line 5 of file GoalList.cs.

Member Function Documentation

◆ Next()

Goal GoalList.Next ( )

Definition at line 37 of file GoalList.cs.

◆ Refresh()

void GoalList.Refresh ( Chara owner,
GoalListType type )

Definition at line 8 of file GoalList.cs.

Member Data Documentation

◆ index

int GoalList.index = -2

Definition at line 48 of file GoalList.cs.

◆ list

List<Goal> GoalList.list = new List<Goal>()

Definition at line 51 of file GoalList.cs.


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