Hey guys I just thought I'd share this weird debug thing I found in css.
I was Messing around with the virtual functions trying to find GetHealth() when I found this:
It moves your camera down to your feet position and draws a couple of big arrows when you move around (which I assume is direction vectors and such).
If you want to check it out its the 99th virtual function in the player class. I just called it with void but it also worked when I called with an int return type.
Feel free to post any other weird things you've stumbled upon while hacking it up! I'd be interested to see what you've found.
I was Messing around with the virtual functions trying to find GetHealth() when I found this:

It moves your camera down to your feet position and draws a couple of big arrows when you move around (which I assume is direction vectors and such).
If you want to check it out its the 99th virtual function in the player class. I just called it with void but it also worked when I called with an int return type.
Feel free to post any other weird things you've stumbled upon while hacking it up! I'd be interested to see what you've found.
Attachments
You can download 0 Attachments
-
87.1 KB Views: 5
Last edited: