P power2020202020 Solid & Active Platinian Aug 22, 2023 #1 hello public void I can edit using the public int or public float method in the arm to convert .. how to convert public void
hello public void I can edit using the public int or public float method in the arm to convert .. how to convert public void
libModz Platinian On Fire Aug 22, 2023 #2 You can't hex patch a void other than to NOP/cancel the function out. Depending on what you're trying to do, you'd likely need to hook it Upvote 0 Downvote
You can't hex patch a void other than to NOP/cancel the function out. Depending on what you're trying to do, you'd likely need to hook it
S Stakizo Platinian Sep 14, 2023 #3 Public Void means that the function does not produce any values on output, but only executes the code inside the function and returns control to the previous function. There is no way to convert to another function. Upvote 0 Downvote
Public Void means that the function does not produce any values on output, but only executes the code inside the function and returns control to the previous function. There is no way to convert to another function.