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 a description of how ports are identified, see IdentifySourcePort.

Examples

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