Anyone know if there is a way to replace a standard blitz command with a funtion with same name in your code. I tried it and it didn't work. But swear I read that you could do this somewhere.
I want to right an asset tracking system that will log all the files that are use in the program and copy them to a seperate directory.
Ideally I would have a lib that replaced commands like LoadImage with a comand that had a tracking system built in. At least this way I wouldn't have to dig through all my libs and replace these commands with costum named ones.
I want to right an asset tracking system that will log all the files that are use in the program and copy them to a seperate directory.
Ideally I would have a lib that replaced commands like LoadImage with a comand that had a tracking system built in. At least this way I wouldn't have to dig through all my libs and replace these commands with costum named ones.