raze/source/core/namedef_custom.h
Christoph Oelckers bf577916ec - made the is*** checkers compiler intrinsics.
With the exception of isWorldTour, isPlutoPak and isShareware when playing Duke these are always constant and this way can be used to completely eliminate unneeded code.
2023-04-29 10:09:36 +02:00

55 lines
836 B
C

// Raze specific names
xx(IngameMenu)
xx(ListMenuItemBloodDripDrawer)
xx(UsermapMenu)
xx(EngineCredits)
xx(EngineCredits2)
xx(CreditsMenu)
xx(MultiMenu)
xx(RazeStatusBar)
xx(zoomsize)
xx(AltHud)
xx(spawnstate)
xx(brokenstate)
xx(breaksound)
xx(fullbright)
xx(spawnsound)
xx(gutsoffset)
xx(falladjustz)
xx(aimoffset)
xx(strength)
xx(autoaimangle)
xx(shootzoffset)
xx(moveclipdist)
xx(jumptoplayer_factor)
xx(justjump1_factor)
xx(justjump2_factor)
xx(windang_factor)
xx(floating_floordist)
xx(floating_ceilingdist)
xx(landmovefactor)
xx(watermovefactor)
xx(gravityfactor)
xx(minhitscale)
xx(SetAction)
xx(SetAI)
xx(SetMove)
xx(isNam)
xx(isNamWW2GI)
xx(isWW2GI)
xx(isDuke)
xx(isRR)
xx(isRRRA)
xx(isRoute66)
xx(isWorldTour)
xx(isPlutoPak)
xx(isVacation)
xx(isShareware)
xx(isDukeLike)
xx(isDukeEngine)
xx(isBlood)
xx(isSW)
xx(isExhumed)