This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
functions:iszandronum [2017/03/17 20:10] – 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. | ||
- | |||
- | For port identification methods, see [[IdentifySourcePort]]. | ||
- | |||
- | |||
- | ====== Examples ====== | ||
- | < | ||
- | if (IsZandronum()) | ||
- | // Use workarounds | ||
- | else | ||
- | // Use ZDoom 2.8.0 features | ||
- | </ | ||
- | |||