ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:iszandronum

This is an old revision of the document!


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.1489781174.txt.gz · Last modified: 2017/03/17 22:06 by korshun