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

Method CanThrowEvent

BG3Extender/Osiris/Shared/CustomFunctions.cpp:508–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506 ~CustomEventGuard() { gCustomEventDepth--; }
507
508 bool CanThrowEvent() const
509 {
510 return gCustomEventDepth < MaxDepth;
511 }
512};
513
514void CustomFunctionInjector::ThrowEvent(FunctionHandle handle, OsiArgumentDesc * args) const

Callers 1

ThrowEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected