Register more types to AngelScript interface.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-01-12 19:30:44 +01:00
parent 72c2e38ea8
commit 041bd998fa
4 changed files with 69 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ class testScript1 {
return a + b;
}
void testFunc2(Species &s){
void testFunc2(const Species@ s){
if (s.Name != "testSpecies2"){
throw("err");
}