Skip to content

Commit

Permalink
Update 2024-02-29-the-perfect-modding-language.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez authored Mar 1, 2024
1 parent 55e8f78 commit c6af7a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2024-02-29-the-perfect-modding-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ is_running(int i) bool {
}
```

It is the game developer's responsibility to load the mod DLL, and to decide which functions all mods should have, like for example the above `init` and `update`

# Compiled

So that if the game renamed `entity.Health` to `entity.Lives`, the compiler will immediately point out that there is something wrong (including the line number!)
Expand Down

0 comments on commit c6af7a4

Please sign in to comment.