Cleaned Vec3 binding somewhat
This commit is contained in:
parent
84d3802f08
commit
7e3143424e
@ -19,7 +19,6 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <angelscript.h>
|
#include <angelscript.h>
|
||||||
#include "karts/kart.hpp"
|
#include "karts/kart.hpp"
|
||||||
#include "modes/world.hpp"
|
|
||||||
#include "script_kart.hpp"
|
#include "script_kart.hpp"
|
||||||
|
|
||||||
//debug
|
//debug
|
||||||
@ -45,6 +44,7 @@ namespace Scripting
|
|||||||
//Constructor using 3 floats
|
//Constructor using 3 floats
|
||||||
new (memory)(Vec3)(Vec3(a, b, c));
|
new (memory)(Vec3)(Vec3(a, b, c));
|
||||||
}
|
}
|
||||||
|
//Print for debugging purposes
|
||||||
void printVec3(asIScriptGeneric *gen)
|
void printVec3(asIScriptGeneric *gen)
|
||||||
{
|
{
|
||||||
Vec3 *script_vec3 = (Vec3*)gen->GetArgObject(0);
|
Vec3 *script_vec3 = (Vec3*)gen->GetArgObject(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user