MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / status

Method status

launcher/meta/BaseEntity.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104BaseEntity::LoadStatus BaseEntity::status() const
105{
106 return m_load_status;
107}
108
109BaseEntityLoadTask::BaseEntityLoadTask(BaseEntity* parent, Net::Mode mode) : m_entity(parent), m_mode(mode) {}
110

Callers 7

mainFunction · 0.45
executeTaskMethod · 0.45
executeTaskMethod · 0.45
checkVersionsResponseMethod · 0.45
saveFileMethod · 0.45
loadFileMethod · 0.45

Calls

no outgoing calls