Opaque definitions of classes / functions / etc
gamedev.net
Hi, I'm writing a script interface for my game engine, and I was wondering if I could create opaque definition of the functions and classes I've defined, similar to TypeScript's declare statements (https://www.typescriptlang.org/docs/handbook/declaration-files/by-example.html), where the interpreter effectively ignores the declaration, but it's st
0 Commenti ·0 condivisioni ·56 Views