Vendetta/API/get minor

From Quasar-RCE
Jump to navigationJump to search

Definition

lib.get_minor () :: LME_minor_version

Description

Retrieves the current minor version of the LME

Arguments

  1. None

Returns

  1. number minor_version: A number describing the minor version of the API

Other notes

  • Added in LME 3.5.x
  • Every *addition* to the API increases the minor version number. The API value will only change if there is an incompatibility with previous functions.
  • See also: get_API, get_patch