#include "precompiled.h"#include "scriptinterface/ScriptInterface.h"#include "scriptinterface/ScriptExtraHeaders.h"#include "maths/Fixed.h"#include "maths/FixedVector2D.h"#include "maths/FixedVector3D.h"#include "ps/CLogger.h"#include "ps/Overlay.h"#include "ps/utf16string.h"#include "simulation2/helpers/Grid.h"#include "simulation2/system/IComponent.h"#include "simulation2/system/ParamNode.h"Defines | |
| #define | FAIL(msg) STMT(JS_ReportError(cx, msg); return false) |
Functions | |
| template<jsint atype, typename T > | |
| jsval | ToJSVal_Grid (JSContext *cx, const Grid< T > &val) |
| #define FAIL | ( | msg | ) | STMT(JS_ReportError(cx, msg); return false) |
| jsval ToJSVal_Grid | ( | JSContext * | cx, | |
| const Grid< T > & | val | |||
| ) | [inline] |
1.6.3