I am pre-processing Jump with contextual analysis, so player Jumps can be determined by unique regions. Standing in Mycelium, Grass or Custom fluid bodies. To do this, I have decided to get to the jump behavior at the source.
However, I’d like some confirmation that I covered the scope of it.
There are over a dozen lines in the ControlModule that reference the jump concept, mostly working parts of JumpModule. I don’t see a need to touch it.
But throughout the entire ControlModule, “.Jump =” full searches to only three lines. It is at these instances I believe I must perform my jump context analysis, for inter-platform support, autojump, autowalk jump support etc.
Sounds right? Please let me know if I’m missing an active line.
(Pertaining to Default Roblox Player ControlModule)