Support for setting userdata casting handling

This commit is contained in:
2019-09-01 13:35:13 +02:00
parent b2ee008ba2
commit 79873d9d6a
6 changed files with 55 additions and 1 deletions

View File

@@ -36,6 +36,10 @@ namespace Porygon{
type->RegisterFunctionOption(option);
return type;
}
TypeClass GetTypeClass(ScriptType* t){
return t->GetClass();
}
}
}