MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / GetMyRoom

Function GetMyRoom

scripts/LEVEL15.cpp:882–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880}
881
882int GetMyRoom(int id) {
883 if (MyRooms[id].handle == -1)
884 MyRooms[id].handle = Scrpt_FindRoomName(MyRooms[id].name);
885
886 return MyRooms[id].handle;
887}
888
889const char *GetMyMessage(int id) {
890 if (MyMessages[id].mem == NULL)

Callers 1

aMatCenPuzzleSwitchDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected