-
How to use it ?
I want to translate it into JS, like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Thanks :)
Meanwhile, you can use the opcode directly using |
Beta Was this translation helpful? Give feedback.
-
fixed in https://github.com/cleolibrary/CLEO-Redux/releases/tag/0.7.5 |
Beta Was this translation helpful? Give feedback.
Thanks :)
DynamicLibrary.GetProcedure
has an issue, as CLEO 4 has unconventionally putself
as the second argument in 0AA4 (https://library.sannybuilder.com/#/sa/CLEO/0AA4), so CLEO Redux may call this instruction with incorrect parameter order. I will take a look.Meanwhile, you can use the opcode directly using
op
command:var localTimeAddress = op(0x0AA4, "GetLocalTime", libKernel);