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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -140,8 +140,6 @@ In a nutshell, the game developer:
So the game might have a `Gun` class, and the modified mod might up the firerate of the gun, and have a different <spanstyle="color:#C3E88D">`on_fire`</span> function.
The "How a game developer might use grug" section of this blog post shows an example of how grug can be used by a game written in C.
## Runtime error handling
Every possible runtime crash in a grug file is caught.