Parallax Framework Documentation¶
Complete documentation for the Parallax Framework - a roleplay framework for Garry's Mod.
Table of Contents¶
- Introduction - Overview, features, and installation
- Framework Architecture - Loading sequence, file structure, and conventions
- Core Systems - All major framework systems
- Schema Development - Creating and extending schemas
- Advanced Topics - Database, networking, and optimization
- API Reference - Complete function reference
- Examples - Practical code examples
- Best Practices - Guidelines for development
Quick Links¶
For New Developers¶
Start with Introduction to understand what Parallax is and how to get started.
For Schema Development¶
See Schema Development for creating your own schema.
For API Reference¶
Check API Reference for complete function documentation.
For Examples¶
Browse Examples to see practical implementations.
External Resources¶
- Garry's Mod Wiki - Official GMod documentation
- Lua Reference - Lua 5.1 manual
- Framework API - Browse generated framework and module API reference
Getting Help¶
If you encounter issues or have questions:
- Check the Best Practices section
- Review Examples for similar use cases
- Examine the framework source code in
parallax/gamemode/framework/ - Check the HL2RP schema implementation for practical examples
Version: 1.0
Last Updated: 2026-02-02