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
When you have an argument pack (e.GetArgumentPack()) and want to move the cursor (typedPack.Pack.SetCursor(1)) you'll get the following exception:
e.GetArgumentPack()
typedPack.Pack.SetCursor(1)
Cannot unwrap a null object.
I expect the typed argument pack to move the cursor as well or at least have a SetCuror in the ITypedArgumentPack.
SetCuror
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you have an argument pack (
e.GetArgumentPack()
) and want to move the cursor (typedPack.Pack.SetCursor(1)
) you'll get the following exception:I expect the typed argument pack to move the cursor as well or at least have a
SetCuror
in the ITypedArgumentPack.The text was updated successfully, but these errors were encountered: