Added box version info library

This commit is contained in:
2023-07-31 12:07:42 +10:00
committed by GitHub
parent 40357d52a3
commit bef23c0ed4
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# Box Version Info Library
The box_version_info library simply provides version info about the current build of Box.
The box_version_info library can usually be accessed with the `import` keyword:
```
import box_version_info;
import box_version_info as box_version_info; //can be aliased
```
## Defined Variables
### major
This variable is the major version number of Box at the time of compilation.
### minor
This variable is the minor version number of Box at the time of compilation.
### patch
This variable is the patch version number of Box at the time of compilation.
### build
This variable is a string representing the date and time that the engine was compiled.
### author
This variable contains the name of Box's lead author, and his game studio.