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