ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:getcvarfixed

This is an old revision of the document!


GetCVarFixed

  • fixed GetCVarFixed(str name) * fixed GetUserCVarFixed(int player, str name)

ZDoom doesn't provide a version of GetCVar that returns the value of a float cvar.

ACSUtils implements GetCVarFixed and GetUserCVarFixed by calling GetCVarString and parsing the number using ACSUtils number parsing functions.

new/getcvarfixed.1518720797.txt.gz ยท Last modified: 2018/02/15 20:53 by korshun