Class net.minecraft.util.math.MathHelper

This description should be content pulled from the first comments of a lua file.

Static Fields

number, float MathHelper.DEGREES_PER_RADIAN This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
number, float MathHelper.EPSILON This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
number, float MathHelper.HALF_PI This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
number, float MathHelper.PI This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
number, float MathHelper.RADIANS_PER_DEGREE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
number, float MathHelper.SQUARE_ROOT_OF_TWO This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
number, float MathHelper.TAU This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

MathHelper.abs(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.abs(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.absFloor(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.absMax(a, b) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.angleBetween(first, second) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.approximatelyEquals(a, b) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.approximatelyEquals(a, b) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.atan2(y, x) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.average(array) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.binarySearch(min, max, predicate) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.ceil(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.ceil(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.ceilDiv(a, b) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.ceilLog2(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.clamp(value, min, max) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.clamp(value, min, max) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.clamp(value, min, max) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.clamp(value, min, max) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.clamp(value, min, max) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.clampAngle(value, mean, delta) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.clampedLerp(start, end, delta) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.clampedLerp(start, end, delta) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.clampedLerpFromProgress(lerpValue, lerpStart, lerpEnd, start, end) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.clampedLerpFromProgress(lerpValue, lerpStart, lerpEnd, start, end) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.cos(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.fastFloor(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.fastInverseCbrt(x) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.fastInverseSqrt(x) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.fastInverseSqrt(x) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.floor(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.floor(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.floorDiv(dividend, divisor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.floorLog2(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.floorMod(dividend, divisor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.floorMod(dividend, divisor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.floorMod(dividend, divisor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.fractionalPart(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.fractionalPart(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.fwrapDegrees(degrees) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.getCumulativeDistribution(values) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.getLerpProgress(value, start, end) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.getLerpProgress(value, start, end) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.hashCode(vec) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.hashCode(x, y, z) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.hsvToRgb(hue, saturation, value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.hypot(a, b) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.idealHash(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.isPowerOfTwo(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.lerp(delta, start, end) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.lerp(delta, start, end) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.lerp2(deltaX, deltaY, x0y0, x1y0, x0y1, x1y1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.lerp3(deltaX, deltaY, deltaZ, x0y0z0, x1y0z0, x0y1z0, x1y1z0, x0y0z1, x1y0z1, x0y1z1, x1y1z1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.lerpAngle(start, end, delta) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.lerpAngleDegrees(delta, start, end) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.lerpFromProgress(lerpValue, lerpStart, lerpEnd, start, end) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.lerpFromProgress(lerpValue, lerpStart, lerpEnd, start, end) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.lfloor(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.magnitude(a, b, c) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.method_34940(d, e, f, g, h, i, j, k) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.method_34941(d, e, f, i, j) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.method_34942(d, e, i, j) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.method_34945(vec3d, vec3d2, box) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.method_34946(vec3d, vec3d2, vec3d3, vec3d4, d) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.method_34950(random, ds) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.method_34955(f, g, h) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.method_34957(d) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.multiplyColors(a, b) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.multiplyColors(color, r, g, b) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.murmurHash(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.nextBetween(random, min, max) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.nextBetween(random, min, max) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.nextDouble(random, min, max) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.nextFloat(random, min, max) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.nextGaussian(random, mean, deviation) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.nextInt(random, min, max) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.packRgb(r, g, b) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.packRgb(r, g, b) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.parseDouble(string, fallback) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.parseDouble(string, fallback, min) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.parseInt(string, fallback, min) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.parseInt(string, fallback) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.perlinFade(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.perlinFadeDerivative(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.randomUuid(random) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.randomUuid() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.roundDownToMultiple(a, b) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.roundUpToMultiple(value, divisor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.sign(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.sin(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.smallestEncompassingPowerOfTwo(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.sqrt(value) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.square(n) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.square(n) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.square(n) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.square(n) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.squaredHypot(a, b) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.squaredMagnitude(a, b, c) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.stepTowards(from, to, step) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.stepUnwrappedAngleTowards(from, to, step) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.subtractAngles(start, end) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.wrap(value, maxDeviation) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.wrapDegrees(degrees) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.wrapDegrees(degrees) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MathHelper.wrapDegrees(degrees) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

MathHelper() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getClass() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hashCode() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notify() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0, arg1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

MathHelper.abs(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.abs(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.absFloor(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.absMax(a, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • a number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.angleBetween(first, second)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • first number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • second number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.approximatelyEquals(a, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • a number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.approximatelyEquals(a, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • a number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.atan2(y, x)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • y number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.average(array)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • array userdata, long[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.binarySearch(min, max, predicate)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • min int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • predicate userdata, IntPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.ceil(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.ceil(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.ceilDiv(a, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • a int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.ceilLog2(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.clamp(value, min, max)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.clamp(value, min, max)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.clamp(value, min, max)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value int, byte This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min int, byte This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max int, byte This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, byte This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.clamp(value, min, max)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.clamp(value, min, max)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.clampAngle(value, mean, delta)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • mean number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • delta number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.clampedLerp(start, end, delta)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • start number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • delta number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.clampedLerp(start, end, delta)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • start number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • delta number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.clampedLerpFromProgress(lerpValue, lerpStart, lerpEnd, start, end)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • lerpValue number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lerpStart number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lerpEnd number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • start number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.clampedLerpFromProgress(lerpValue, lerpStart, lerpEnd, start, end)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • lerpValue number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lerpStart number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lerpEnd number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • start number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.cos(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.fastFloor(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.fastInverseCbrt(x)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • x number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.fastInverseSqrt(x)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • x number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.fastInverseSqrt(x)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • x number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.floor(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.floor(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.floorDiv(dividend, divisor)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • dividend int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • divisor int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.floorLog2(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.floorMod(dividend, divisor)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • dividend number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • divisor number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.floorMod(dividend, divisor)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • dividend int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • divisor int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.floorMod(dividend, divisor)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • dividend number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • divisor number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.fractionalPart(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.fractionalPart(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.fwrapDegrees(degrees)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • degrees number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.getCumulativeDistribution(values)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • values userdata, double[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, double[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.getLerpProgress(value, start, end)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • start number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.getLerpProgress(value, start, end)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • start number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.hashCode(vec)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • vec userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.hashCode(x, y, z)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • z int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.hsvToRgb(hue, saturation, value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • hue number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • saturation number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.hypot(a, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • a number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.idealHash(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.isPowerOfTwo(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.lerp(delta, start, end)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • delta number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • start number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.lerp(delta, start, end)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • delta number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • start number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.lerp2(deltaX, deltaY, x0y0, x1y0, x0y1, x1y1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • deltaX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • deltaY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x0y0 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x1y0 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x0y1 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x1y1 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.lerp3(deltaX, deltaY, deltaZ, x0y0z0, x1y0z0, x0y1z0, x1y1z0, x0y0z1, x1y0z1, x0y1z1, x1y1z1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • deltaX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • deltaY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • deltaZ number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x0y0z0 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x1y0z0 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x0y1z0 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x1y1z0 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x0y0z1 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x1y0z1 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x0y1z1 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x1y1z1 number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.lerpAngle(start, end, delta)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • start number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • delta number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.lerpAngleDegrees(delta, start, end)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • delta number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • start number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.lerpFromProgress(lerpValue, lerpStart, lerpEnd, start, end)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • lerpValue number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lerpStart number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lerpEnd number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • start number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.lerpFromProgress(lerpValue, lerpStart, lerpEnd, start, end)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • lerpValue number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lerpStart number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • lerpEnd number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • start number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.lfloor(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.magnitude(a, b, c)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • a number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • c number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.method_34940(d, e, f, g, h, i, j, k)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • d number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • e number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • f number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • g number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • h number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • i number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • j int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • k int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, double[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.method_34941(d, e, f, i, j)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • d number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • e number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • f number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • i int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • j int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, double[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.method_34942(d, e, i, j)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • d number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • e number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • i int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • j int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, double[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.method_34945(vec3d, vec3d2, box)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • vec3d userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • vec3d2 userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • box userdata, Box This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.method_34946(vec3d, vec3d2, vec3d3, vec3d4, d)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • vec3d userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • vec3d2 userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • vec3d3 userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • vec3d4 userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • d number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Vec3d This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.method_34950(random, ds)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • ds userdata, double[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.method_34955(f, g, h)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • f number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • g number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • h number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.method_34957(d)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • d number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.multiplyColors(a, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • a int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.multiplyColors(color, r, g, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • color int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • r number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • g number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.murmurHash(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.nextBetween(random, min, max)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.nextBetween(random, min, max)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.nextDouble(random, min, max)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.nextFloat(random, min, max)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.nextGaussian(random, mean, deviation)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • mean number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • deviation number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.nextInt(random, min, max)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.packRgb(r, g, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • r int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • g int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.packRgb(r, g, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • r number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • g number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.parseDouble(string, fallback)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • string string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • fallback number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.parseDouble(string, fallback, min)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • string string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • fallback number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.parseInt(string, fallback, min)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • string string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • fallback int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.parseInt(string, fallback)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • string string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • fallback int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.perlinFade(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.perlinFadeDerivative(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.randomUuid(random)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, UUID This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.randomUuid()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, UUID This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.roundDownToMultiple(a, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • a number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.roundUpToMultiple(value, divisor)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • divisor int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.sign(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.sin(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.smallestEncompassingPowerOfTwo(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.sqrt(value)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.square(n)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • n number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.square(n)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • n int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.square(n)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • n int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.square(n)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • n number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.squaredHypot(a, b)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • a number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.squaredMagnitude(a, b, c)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • a number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • b number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • c number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.stepTowards(from, to, step)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • from number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • to number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • step number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.stepUnwrappedAngleTowards(from, to, step)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • from number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • to number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • step number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.subtractAngles(start, end)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • start number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • end number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.wrap(value, maxDeviation)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • value number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • maxDeviation number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.wrapDegrees(degrees)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • degrees number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.wrapDegrees(degrees)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • degrees number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MathHelper.wrapDegrees(degrees)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • degrees int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"

Constructors

MathHelper()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getClass()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hashCode()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:notify()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:wait(arg0, arg1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"