Skip to content

peanut-framework / Types/Minecraft/Molang/math / MolangMathFunction

Type Alias: MolangMathFunction

ts
type MolangMathFunction = 
  | "abs"
  | "acos"
  | "asin"
  | "atan"
  | "atan2"
  | "ceil"
  | "clamp"
  | "cos"
  | "die_roll"
  | "die_roll_integer"
  | "exp"
  | "floor"
  | "hermite_blend"
  | "lerp"
  | "lerp_rotate"
  | "ln"
  | "max"
  | "min"
  | "mod"
  | "pi"
  | "pow"
  | "random"
  | "random_integer"
  | "round"
  | "sin"
  | "sqrt"
  | "trunc";

Released under the MIT License.