ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


acsutils_version

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
acsutils_version [2019/08/26 21:07] korshunacsutils_version [2019/08/26 21:09] korshun
Line 3: Line 3:
 ===== Introduction ===== ===== Introduction =====
  
-ACSUtils exposes its version as numeric constants and as a string. E.g. ACSUtils 1.8.0 will define the following constants:+You can retrieve current ACSUtils version as numbers or as a string. 
 + 
 +===== Version as numbers ===== 
 + 
 +For example, ACSUtils 1.8.0 defines the following constants:
  
 <code> <code>
Line 21: Line 25:
 <code> <code>
 print(s:"This mod is using ACSUtils ", s:ACSUtilsVersion()); print(s:"This mod is using ACSUtils ", s:ACSUtilsVersion());
 +// prints "This mod is using ACSUtils 1.8.0"
 </code> </code>
  
acsutils_version.txt · Last modified: 2019/08/26 21:10 by korshun