This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
functions:iszandronum [2017/03/17 20:05] – created korshun | functions:iszandronum [2019/08/26 00:49] (current) – removed korshun | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== IsZandronum ====== | ||
- | {{tag> | ||
- | '' | ||
- | |||
- | ====== Description ====== | ||
- | Returns true if the mod is being played in Zandronum. | ||
- | |||
- | ====== Examples ====== | ||
- | < | ||
- | if (IsZandronum()) | ||
- | // Use workarounds | ||
- | else | ||
- | // Use ZDoom 2.8.0 features | ||
- | </ | ||
- | |||
- | ====== See also ====== | ||
- | [[IdentifySourcePort]] | ||