This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
acsutils_version [2019/08/26 18:00] – created korshun | acsutils_version [2019/08/26 18:10] (current) – korshun | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ACSUtils version ====== | + | ====== |
- | ACSUtils | + | ===== Introduction ===== |
+ | |||
+ | You can retrieve the version of ACSUtils | ||
+ | |||
+ | ===== Version as numbers ===== | ||
+ | |||
+ | For example, | ||
< | < | ||
Line 9: | Line 15: | ||
</ | </ | ||
- | ===== ACSUtilsVersion | + | ===== Version as a string |
- | '' | + | |
+ | ACSUtils also provides a simple function to get ACSUtis version as string. The reason it's not a constant is because [[ACC]] doesn't support string constants. | ||
- | Returns | + | '' |
- | ==== Example | + | Example: |
< | < | ||
print(s:" | print(s:" | ||
+ | // prints "This mod is using ACSUtils 1.8.0" | ||
</ | </ | ||