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

Function GetMyObject

scripts/LEVEL15.cpp:875–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873}
874
875int GetMyObject(int id) {
876 if (MyObjects[id].handle == -1)
877 MyObjects[id].handle = Scrpt_FindObjectName(MyObjects[id].name);
878
879 return MyObjects[id].handle;
880}
881
882int GetMyRoom(int id) {
883 if (MyRooms[id].handle == -1)

Callers 8

SetMatCenToLevel0Function · 0.85
SetMatCenPegToLevel0Function · 0.85
SetMatCenPegToLevel1Function · 0.85
SetMatCenPegToLevel2Function · 0.85
PlayOnAnimationFunction · 0.85
PlayOffAnimationFunction · 0.85
aMatCenPuzzleInitFunction · 0.85
aMatCenPuzzleResetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected