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

Function ai_do_script_stuff

Descent3/AImain.cpp:5610–5616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5608}
5609
5610static inline bool ai_do_script_stuff(object *obj) {
5611 tOSIRISEventInfo ei;
5612 Osiris_CallEvent(obj, EVT_AI_FRAME, &ei);
5613 //@$-D3XExecScript(obj, EVT_AI_FRAME, NULL, REF_OBJTYPE, NULL);
5614
5615 return true;
5616}
5617
5618static inline void ai_walker_stuff(object *obj) {
5619 ai_frame *ai_info = obj->ai_info;

Callers 1

AIDoFrameFunction · 0.85

Calls 1

Osiris_CallEventFunction · 0.85

Tested by

no test coverage detected