CallSubUtils is an extended version of CallSub and CallSubDelayed methods. It allows setting a delay parameter, measured in milliseconds. This is an alternative to using a timer that fires exactly once.
Similar to CallSubDelayed. This method allows you to set the delay (in milliseconds). Note that the sub name must include an underscore if compiled with obfuscation enabled.
Similar to CallSubDelayed. This method allows you to set the delay (in milliseconds). Note that the sub name must include an underscore if compiled with obfuscation enabled. The target sub should have one parameter with a type of Object().
Similar to CallSub. This method allows you to set the delay (in milliseconds). Note that the sub name must include an underscore if compiled with obfuscation enabled.
Similar to CallSub. This method allows you to set the delay (in milliseconds). Note that the sub name must include an underscore if compiled with obfuscation enabled. The target sub should have one parameter with a type of Object().