ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:iszandronum

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
functions:iszandronum [2017/03/17 22:05] – created korshunfunctions:iszandronum [2017/03/17 22:12] korshun
Line 1: Line 1:
 ====== IsZandronum ====== ====== IsZandronum ======
-{{tag>info needs_examples}}+{{tag>zandronum info needs_examples}}
 ''bool IsZandronum()'' ''bool IsZandronum()''
  
 ====== Description ====== ====== Description ======
 Returns true if the mod is being played in Zandronum. Returns true if the mod is being played in Zandronum.
 +
 +For a description of how ports are identified, see [[IdentifySourcePort]].
 +
  
 ====== Examples ====== ====== Examples ======
Line 14: Line 17:
 </code>       </code>      
  
-====== See also ====== 
-[[IdentifySourcePort]]