|
int | BaseUtil::Room (std::string text) |
|
void | BaseUtil::Texture (int room, std::string index, std::string file, float x, float y) |
|
bool | BaseUtil::Video (int room, std::string index, std::string file, float x, float y) |
|
bool | BaseUtil::VideoStream (int room, std::string index, std::string streamfile, float x, float y, float w, float h) |
|
void | BaseUtil::PlayVideo (int room, std::string index) |
|
void | BaseUtil::StopVideo (int room, std::string index) |
|
void | BaseUtil::SetDJEnabled (bool enabled) |
|
void | BaseUtil::Ship (int room, std::string index, QVector pos, Vector Q, Vector R) |
|
void | BaseUtil::Link (int room, std::string index, float x, float y, float wid, float hei, std::string text, int to) |
|
void | BaseUtil::LinkPython (int room, std::string index, std::string pythonfile, float x, float y, float wid, float hei, std::string text, int to) |
|
void | BaseUtil::Launch (int room, std::string index, float x, float y, float wid, float hei, std::string text) |
|
void | BaseUtil::LaunchPython (int room, std::string index, std::string pythonfile, float x, float y, float wid, float hei, std::string text) |
|
void | BaseUtil::EjectPython (int room, std::string index, std::string pythonfile, float x, float y, float wid, float hei, std::string text) |
|
void | BaseUtil::Comp (int room, std::string index, float x, float y, float wid, float hei, std::string text, std::string modes) |
|
void | BaseUtil::CompPython (int room, std::string index, std::string pythonfile, float x, float y, float wid, float hei, std::string text, std::string modes) |
|
void | BaseUtil::Python (int room, std::string index, float x, float y, float wid, float hei, std::string text, std::string pythonfile) |
|
void | BaseUtil::Message (std::string text) |
|
void | BaseUtil::EnqueueMessage (std::string text) |
|
void | BaseUtil::EraseLink (int room, std::string index) |
|
void | BaseUtil::EraseObj (int room, std::string index) |
|
int | BaseUtil::GetCurRoom () |
|
int | BaseUtil::GetNumRoom () |
|
bool | BaseUtil::HasObject (int room, std::string index) |
|
void | BaseUtil::refreshBaseComputerUI (const class Cargo *dirtyCarg) |
|