Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Heroes of Hammerwatch Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:10, 19 November 2025 Thyraxxvoid talk contribs created page Hooks (Created page with "Hooks are script functions that are called at specific moments. This way, you can insert code into the game. They are specified in script files and tagged with the <code>Hook</code> specifier. They also must be placed within a namespace to avoid ambiguity between multiple mods. The following is an example of such a file: namespace MyTestMod { [Hook] void BaseGameModeConstructor(BaseGameMode@ baseGameMode){ print("Hello World"); } } == PlayerDam...")