We're currently able to create SDKCall-like handles with ScriptCall, but there is no DynamicDetour or DynamicHook equivalent that would allow plugins to directly hook into a script function to be able to modify its parameters and return values, or stop its invocation altogether.
We're currently able to create
SDKCall-like handles withScriptCall, but there is noDynamicDetourorDynamicHookequivalent that would allow plugins to directly hook into a script function to be able to modify its parameters and return values, or stop its invocation altogether.