MCPcopy 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
2766int16_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

CallEventMethod · 0.45

Tested by

no test coverage detected