Zergatul / cheatutils

MIT License
33 stars 11 forks source link

Scripting API Request: Movement speed multiplier method for Status Overlay that returns current multiplier #9

Closed GoliathX211 closed 1 year ago

GoliathX211 commented 1 year ago

I noticed there is movement.isSpeedMultiplierEnabled() and movement.toggleSpeedMultiplier() for scripts but there are no such methods in Status Overlay to obtain the multiplier in a String format. The method isSpeedMultiplierEnabled also is not on Status Overlay.

Zergatul commented 1 year ago

There is no specific reason for this. I can add as many functions to APIs as we want. I didn't add them because I didn't need them initially.