MCPcopy Create free account
hub / github.com/Norbyte/ositools / CanThrowEvent

Method CanThrowEvent

OsiInterface/CustomFunctions.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 ~CustomEventGuard() { gCustomEventDepth--; }
249
250 bool CanThrowEvent() const
251 {
252 return gCustomEventDepth < MaxDepth;
253 }
254};
255
256void CustomFunctionInjector::ThrowEvent(FunctionHandle handle, OsiArgumentDesc * args) const

Callers 1

ThrowEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected