Luanti 5.15.0-dev
 
Loading...
Searching...
No Matches
test_scriptapi.cpp File Reference
#include "test.h"
#include <cmath>
#include "script/cpp_api/s_base.h"
#include "script/lua_api/l_util.h"
#include "script/lua_api/l_settings.h"
#include "script/common/c_converter.h"
#include "irrlicht_changes/printing.h"
#include "server.h"
+ Include dependency graph for test_scriptapi.cpp:

Classes

class  TestScriptApi
 

Functions

static void run (lua_State *L, const char *code, int nresults)
 

Variables

static TestScriptApi g_test_instance
 

Function Documentation

◆ run()

static void run ( lua_State * L,
const char * code,
int nresults )
static

References rawstream, and UASSERT.

Referenced by TestScriptApi::testVectorMetatable(), TestScriptApi::testVectorRead(), TestScriptApi::testVectorReadErr(), and TestScriptApi::testVectorReadMix().

+ Here is the caller graph for this function:

Variable Documentation

◆ g_test_instance

TestScriptApi g_test_instance
static