FunctionsMisc$isNegativeOn this page$isNegative Checks if the specified number is negative. Parameters ParameterDescriptionnumberThe number to check Example <AoiClient>.addCommand({ name: "check-negative", code: ` $isNegative[number] `,});