| 562 | } |
| 563 | |
| 564 | bool RunScriptFunctionAuto(ScriptType sc_type, const String &fn_name, size_t param_count, |
| 565 | const RuntimeScriptValue *params) |
| 566 | { |
| 567 | return RunScriptFunctionAuto(sc_type, ScriptFunctionRef(fn_name), param_count, params); |
| 568 | } |
| 569 | |
| 570 | bool RunScriptFunctionAuto(ScriptType sc_type, const ScriptFunctionRef &fn_ref, size_t param_count, const RuntimeScriptValue *params) |
| 571 | { |
no test coverage detected