Global API stubs for Project Zomboid. Helpful for mod development and IDE autocompletion.
Find a file
2025-08-29 13:06:16 -03:00
stubs Initial commit 2025-08-29 13:06:16 -03:00
LICENSE Initial commit 2025-08-29 13:06:16 -03:00
README.md Initial commit 2025-08-29 13:06:16 -03:00

Project Zomboid Lua Stubs (Build 42.11.0)

This repository contains Lua stub files generated for Project Zomboid build 42.11.0.

Whats Inside

  • Stub files only: These are placeholder files meant for IDE auto-completion, static analysis, and mod development.
  • No original game logic: The stubs only include function signatures, variable declarations, and empty structures to help modders with coding tools.
  • No game assets or proprietary code are included.

Purpose

The goal of this repository is to provide mod developers with:

  • Code completion in editors like VS Code or IntelliJ.
  • Type hints and API references without exposing any original game source code.

License

This project is licensed under CC0 1.0 Universal (Public Domain Dedication).
You can copy, modify, distribute, and use the files for any purpose without restriction.

Disclaimer

These files are not the original source code of Project Zomboid or any related product by The Indie Stone.
They are automatically generated stubs for developer convenience only.