ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:version

This is an old revision of the document!


ACSUtils version information

ACSUtils exposes version information through constants and ACSUtilsVersion() function.

For example, if the ACSUtils version is 1.6.1, then:

  • ACSUTILS_VERSION_MAJOR = 1
  • ACSUTILS_VERSION_MINOR = 6
  • ACSUTILS_VERSION_PATCH = 1

str ACSUtilsVersion() returns current ACSUtils version as a string (“1.6.1”).

new/version.1555780546.txt.gz · Last modified: 2019/04/20 20:15 by korshun