#include "MoveSpline.h"
#include "Log.h"
#include "Creature.h"
#include "DB2Stores.h"
#include <sstream>
Go to the source code of this file.
|
#define | CHECK(exp, verbose) |
|
◆ CHECK
#define CHECK |
( |
|
exp, |
|
|
|
verbose |
|
) |
| |
Value: do if (!(exp))\
{\
if (unit)\
TC_LOG_ERROR(
"misc.movesplineinitargs",
"MoveSplineInitArgs::Validate: expression '{}' failed for {}", #exp, verbose);
\
TC_LOG_ERROR(
"misc.movesplineinitargs",
"MoveSplineInitArgs::Validate: expression '{}' failed for cyclic spline continuation", #exp); \
return false;\
} while (0)
#define TC_LOG_ERROR(filterType__, message__,...)