Vendetta/API/get minor
From Quasar-RCE
Definition
lib.get_minor () :: LME_minor_version
Description
Retrieves the current minor version of the LME
Arguments
- None
Returns
- 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