Vendetta/API/get minor

From Quasar-RCE
Revision as of 14:57, 3 March 2025 by Wikiadmin (talk | contribs) (created get_minor)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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