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
#define FOO(%1) %1.dostuff(); methodmap Bar { public void dostuff() { } } public void OnPluginStart() { Bar bar; FOO(bar) // sourcepawn-studio(syntax-error) }
expected "`identifier`, `(`, `!`, `~`, `-`, `+`, `&`, `#include`, `#tryinclude`, `#define`, `#undef`, `#if`, `#elseif`, `#assert`, `preproc_else`, `preproc_endif`, `preproc_endinput`, `#pragma`, `#error`, `#warning`, `const`, `public`, `stock`, `static`, `new`, `decl`, `{`, `}`, `void`, `bool`, `int`, `float`, `char`, `_`, `Float`, `String`, `any_type`, `for`, `while`, `do`, `break`, `continue`, `if`, `else`, `switch`, `return`, `delete`, `--`, `++`, `sizeof`, `view_as`, `int_literal`, `float_literal`, `'`, `\"`, `bool_literal`, `null`, `this`, `comment`, `preproc_include`, `preproc_tryinclude`, `preproc_macro`, `preproc_define`, `preproc_undefine`, `preproc_if`, `preproc_elseif`, `preproc_assert`, `preproc_pragma`, `preproc_error`, `preproc_warning`"sourcepawn-studio(syntax-error)
The text was updated successfully, but these errors were encountered:
db600f1
Sarrus1
No branches or pull requests
Basic informations
Code to reproduce the behaviour
Error messages
The text was updated successfully, but these errors were encountered: