mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
- Translated sections from German to English for better accessibility. - Enhanced the structure by clearly defining the workspace relationship and local development instructions. - Improved descriptions for Docker setup and deployment processes to ensure users understand the requirements and context. - Updated links and formatting for consistency throughout the document. This commit aims to improve the overall clarity and usability of the README documentation.
14 lines
631 B
Markdown
14 lines
631 B
Markdown
---
|
|
title: FFI, hooks & Lua
|
|
sidebar_label: FFI, hooks & Lua (hub)
|
|
description: FFI, hook lists, naming — curated reference for mod and plugin authors.
|
|
---
|
|
|
|
# FFI, hooks & Lua
|
|
|
|
- [FMF hooks](/wiki/framework/fmf-hooks) — generated hook surface
|
|
- [FMF hooks catalog](/wiki/reference/fmf-hooks-catalog) — strings from core sources
|
|
- [FMF hook naming](/wiki/reference/fmf-hook-naming) — `FMF.*` vs legacy `FFM.*`
|
|
- [Framework architecture](/wiki/framework/architecture) — bridges (including Rust) and runtime layout
|
|
- [Modding language requirement](/wiki/reference/modding-language-requirement) — C# policy for mods/plugins
|