Vendetta/API/get minor: Difference between revisions
From Quasar-RCE
Jump to navigationJump to search
created get_minor |
(No difference)
|
Latest revision as of 14:57, 3 March 2025
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