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
It would be nice to have custom user events, that would trigger some functions.
global variant and user variant
global variant triggers everyones EA, if they have convar enabled to trigger custom global events and have subscribed to the event
user variant triggers users EA which have subscribed to the event
The text was updated successfully, but these errors were encountered:
I would have to create a new directive that would allow the compiler to know about the event, something along the lines of:
@event: myEvent( int, int, string )
event myEvent( int A, int B, string C ) { }
Sorry, something went wrong.
I think @ bit too used but that's just cosmetic. otherways sounds good. c:
@ defines preprocessor directives
No branches or pull requests
It would be nice to have custom user events, that would trigger some functions.
global variant and user variant
global variant triggers everyones EA, if they have convar enabled to trigger custom global events and have subscribed to the event
user variant triggers users EA which have subscribed to the event
The text was updated successfully, but these errors were encountered: