(mPtr, ...args)
| 8226 | const callFunctionRI = (mPtr, ...args) => callFunctionWithOutError(mPtr, ...args).toInt32(); |
| 8227 | exports.callFunctionRI = callFunctionRI; |
| 8228 | const callFunctionRS = (mPtr, ...args) => (0, reader_1.readSingle)(callFunctionWithOutError(mPtr, ...args)); |
| 8229 | exports.callFunctionRS = callFunctionRS; |
| 8230 | const callFunctionRF = (mPtr, ...args) => alloc(p_size * 2).writePointer(callFunctionWithOutError(mPtr, ...args)).readFloat(); |
| 8231 | exports.callFunctionRF = callFunctionRF; |
nothing calls this directly
no test coverage detected