- Split snippets.md into lua-snippets.md, css-snippets.md, imgui-snippets.md, cef-snippets.md

- Added common variables to css-snippets.md
- Added common ImGui functions to imgui-snippets.md
- Added alternatively-styled content tabs to extension list in mkdocs.yml
- Created basic ImGui tutorial in imgui-window-tutorial.md (formerly imgui-windows.md)
- Fixed indentation error in lua-snippets.md
This commit is contained in:
RainlessSky
2026-03-31 21:06:18 -07:00
committed by Starystars67
parent f341f4607c
commit b7a14ad4ed
9 changed files with 713 additions and 4 deletions
+1 -2
View File
@@ -4,7 +4,6 @@ This documentation is unofficial and produced by the BeamMP Mod Team and the Bea
## Understanding The File Structure
...
## Snippets
Helpful code snippets can be found here: [Snippets](snippets.md)
Helpful code snippets can be found here: [Lua Snippets](lua-snippets.md)