Pyrogenesis  trunk
Macros
EngineScriptConversions.cpp File Reference
#include "precompiled.h"
#include "scriptinterface/ScriptConversions.h"
#include "maths/Fixed.h"
#include "maths/FixedVector2D.h"
#include "maths/FixedVector3D.h"
#include "ps/CLogger.h"
#include "ps/Shapes.h"
#include "ps/utf16string.h"
#include "simulation2/helpers/CinemaPath.h"
#include "simulation2/helpers/Grid.h"
#include "simulation2/system/IComponent.h"
#include "simulation2/system/ParamNode.h"
Include dependency graph for EngineScriptConversions.cpp:

Macros

#define FAIL(msg)   STMT(JS_ReportError(cx, msg); return false)
 

Macro Definition Documentation

#define FAIL (   msg)    STMT(JS_ReportError(cx, msg); return false)