ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:iszandronum

Table of Contents

IsZandronum

bool IsZandronum()

Description

Returns true if the mod is being played in Zandronum.

For port identification methods, see IdentifySourcePort.

Examples

if (IsZandronum())
    // Use workarounds
else
    // Use ZDoom 2.8.0 features
functions/iszandronum.1489781402.txt.gz ยท Last modified: 2017/03/17 22:10 by korshun