Help! public void

power2020202020

Solid & Active Platinian
Original poster
Nov 3, 2022
58
15
8
34
brazil
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

Awesome Active Platinian
Jun 2, 2022
169
30
28
UK
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
 

Stakizo

Platinian
Sep 13, 2023
6
2
3
34
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.