- Revised README.md for the Forge Client Example Addon to clarify its purpose as a template. - Enhanced MODULE_REFERENCE.md to categorize guides into Server and Extension guides and Client guides. - Created detailed usage guides for various client addons including Actor, Bank, CAD, Garage, Locker, Notifications, Organization, Phone, and Store. - Added a Client Common Usage Guide to outline shared browser UI bridge patterns. - Introduced a Client Main Usage Guide to define the foundational elements for client addons. - Established authoritative state notes and usage rules across new guides to ensure clarity on server ownership and client responsibilities.
10 lines
384 B
Markdown
10 lines
384 B
Markdown
# Forge Client Example Addon
|
|
|
|
This directory is a template for creating a new Forge client addon.
|
|
|
|
Use it as a starting point for addon structure, config layout, event handler
|
|
files, and function preparation. Replace the component names, display strings,
|
|
and placeholder implementation with the new addon's real feature behavior.
|
|
|
|
Do not ship this example addon as a gameplay module.
|