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

Function LoadDoorImage

Descent3/door.cpp:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232// Given a filename, loads the model found in that file
233
234int LoadDoorImage(const char *filename, int pageable) {
235 int img_handle;
236
237 img_handle = LoadPolyModel(filename, pageable);
238
239 return img_handle;
240}
241
242// Given a door handle, returns an index to that doors model
243int GetDoorImage(int handle) {

Callers 2

OnAddDoorMethod · 0.85
OnLoadDoorModelMethod · 0.85

Calls 1

LoadPolyModelFunction · 0.85

Tested by

no test coverage detected