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

Function GetObjectID

scripts/clutter.cpp:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285int GetObjectID(int object) {
286 msafe_struct ms;
287 ms.objhandle = object;
288 MSafe_GetValue(MSAFE_OBJECT_ID, &ms);
289
290 return ms.id;
291}
292
293int16_t FragCrate::CallEvent(int event, tOSIRISEventInfo *data) {
294 switch (event) {

Callers 7

CallEventMethod · 0.70
CountLockedItemsMethod · 0.50
UpdateDialogMethod · 0.50
OnInitDialogMethod · 0.50
OnGenericChangeNameMethod · 0.50
GetCurrentIndexFunction · 0.50
InitObjIDComboBoxMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected