MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / #util_between

Method #util_between

lib/modCheckLib.js:966–966  ·  view source on GitHub ↗
(low, check, high)

Source from the content-addressed store, hash-verified

964 }
965
966 #util_between(low, check, high) { return ( check >= low && check <= high ) }
967 #util_gameVersion(dVer) {
968 if ( this.#util_between(4, dVer, 6) ) { return 11 }
969 if ( this.#util_between(9, dVer, 16) ) { return 13 }

Callers 1

#util_gameVersionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected