You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
entry() is a special function, it's called automatically on each state change, but for some reason it's also allowed to be called manually. Perhaps we should treat manual calls of this function as errors?
Minimal complete verifiable example (MCVE):
entry() <auto1:ST1> {}
main()
{
entry();
}
Workspace Information:
Compiler version: 3.2.3664, 3.10.10
Command line arguments provided (or sampctl version):
Operating System:
The text was updated successfully, but these errors were encountered:
Issue description:
entry()
is a special function, it's called automatically on each state change, but for some reason it's also allowed to be called manually. Perhaps we should treat manual calls of this function as errors?Minimal complete verifiable example (MCVE):
Workspace Information:
The text was updated successfully, but these errors were encountered: