I'm working on a specific new feature I believe most of you would enjoy to have in your game or or engine. I'm not going to tell you what it is yet, but I was wondering if the CheckInput2() function is used in MSE Build 1? I've searched for it being called in all the modules and forms but can't seem to find a reason for it being there. If you know that its unused or know anything about it please let me know so I can release the tutorial for my "feature".
I'm not sure, but I think it isn't used. If you haven't found a call to it then it probably isn't used.
Dragoons Master
Unregistered
It is not used, I don't know why but it's not. I opened a blank MSE client and searched for "CheckInput2" and found only "Sub CheckInput2()" so it is not called/requested anytime, anywhere, no idea why. Maybe Shan knows why
Maybe had plans for it's use with a certain feature and forgot to add the feature, or just simply left it out?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
I think the code from CheckInput2 is at the top of Sub Gameloop, although I'm not sure. Maybe the code was transferred, and the sub was never destroyed.
Maybe it was a backup of CheckInput that Shan forgot to remove?
Maybe yes maybe no
If it looks the same as CheckInput then just remove it. Looks it a little bit different then start reading it and try to find out what it does. Does it look really different then it should be another way.
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
It doesnt look the same, I dont think it uses constants, too bored to look now thought.