We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selftype
object Foo { var next: selftype; // okay var refVec: EUDVArray(10, selftype); // not supported var refreshFn: EUDTypedFuncPtr(selftype, None); // not supported };
The text was updated successfully, but these errors were encountered:
Currently selftype is specially handled for field and method parameter type: https://github.com/armoha/eudplib/blob/5fe6a24fdbb21203bd362f4d40d9571b512c9a7a/eudplib/core/eudstruct/structarr.py#L29-L31
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: