Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ CallInstanceEvent
Function
CallInstanceEvent
scripts/aigame4.cpp:374–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
int16_t STDCALL CallInstanceEvent(int id, void *ptr, int event, tOSIRISEventInfo *data) {
375
return ((BaseObjScript *)ptr)->CallEvent(event, data);
376
}
377
378
//============================================
379
// Functions
Callers
nothing calls this directly
Calls
1
CallEvent
Method · 0.45
Tested by
no test coverage detected