• Question
  • how to change function while its in library?

I'm trying to make change to a function inside of a library, but you can't really change it... How can you change a function that's in a library without being in the same project as the library and not causing the project to crash?

[unknown] I suppose you could just do
LibraryName.functionName = function(){//code here}
But why would you want to change the function? It generally isn’t good practice for libraries or for any code really. It might just be better to use parameters and have a bit more code than to completely change it - or, just make an entirely different function. Much simpler

    whoops it sent twice

    thats odd we dont see the second one

    Letti42 " sorry for the late response, but I've been thinking of making a new anticheat for some games to help hold off 'hackers' and such.

    Chat