Skip to content

Latest commit

 

History

90 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In-Game Screenshot

Stormworks Addon Lua Documentation

📚 Overview

A simple repo containing the Stormworks Addon Lua documentation.

For intellisense (auto-completion, etc) with Visual Studio Code and the Lua extension, /docs/intellisense.lua is what you're looking for.

❔ How To Use

  • Install the VSCode Lua extension (or your IDE's equivalent).
  • Download and copy /docs/intellisense.lua into your workspace.
  • Open the workspace with your IDE (e.g. VSCode), and every single function, callback, type, etc., should all be annotated and recognised by your IDE (see below).

💡 Purpose

  • Provides intellisense support for the Stormworks Addon Lua API
  • No more having to constantly look at external documentation while coding (for the most part!)
  • Allows your IDE to detect any type errors (e.g. passing a string to a function that expects a number)
  • Provides auto-completion for all functions, types, callbacks, etc
  • Makes it easier to discover available functions and types as you code

🤝 Other Documentation

👨‍🦱 Credit

About

Repository containing Stormworks: Build and Rescue's Addon Lua documentation.

Topics

Resources

Stars

12 stars

Watchers

2 watching

Forks

Contributors

Languages