Home
last modified time | relevance | path

Searched refs:FLAGS_NOFAKELAG (Results 1 – 1 of 1) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h338 #define FLAGS_NOFAKELAG 0x20000000 /* Exception from fake lag */ macro
450 #define IsNoFakeLag(x) ((x)->flags & FLAGS_NOFAKELAG)
451 #define SetNoFakeLag(x) ((x)->flags |= FLAGS_NOFAKELAG)
452 #define ClearNoFakeLag(x) ((x)->flags &= ~FLAGS_NOFAKELAG)