DIFF

class WorldsMenuGAME_TEMPLATESource

WorldsMenu GenericEntity IEntity Managed

All members, including inherited

Constructors 2

void ~WorldsMenu()GAME_TEMPLATE
References m_MouseWidget

Members 5

int m_DbgListSelection = 0GAME_TEMPLATE
Referenced by EOnPostFrame()
int m_WorldsCount = 0GAME_TEMPLATE
Referenced by LoadWorlds()
string DEFAULT_WORLD = "worlds/default.ent"GAME_TEMPLATE
Referenced by InsertWorldToList()
ref array<string> m_DbgOptions = {}GAME_TEMPLATE
Referenced by EOnPostFrame(), GetWorldList(), InsertWorldToList()
Show 1 more, LoadWorlds()
ref ImageWidget m_MouseWidgetGAME_TEMPLATE
Referenced by ~WorldsMenu(), and WorldsMenu()

Methods 4

array<string> GetWorldList()GAME_TEMPLATE
References m_DbgOptions
void LoadWorlds()GAME_TEMPLATE
Referenced by WorldsMenu()
void InsertWorldToList(string fileName)GAME_TEMPLATE
References array.Insert(), String(), DEFAULT_WORLD
Show 1 more, m_DbgOptions
Referenced by LoadWorlds()