mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
19 lines
535 B
Markdown
19 lines
535 B
Markdown
---
|
|
title: Framework
|
|
sidebar_label: Framework
|
|
---
|
|
|
|
The core `FrikaMF` runtime provides:
|
|
|
|
- Harmony patch integration for gameplay hooks
|
|
- Event dispatch and stable event contracts
|
|
- Native bridge for Rust modules
|
|
- Shared game API abstractions for mod authors
|
|
|
|
## Core references
|
|
|
|
- [`Framework Features & Use Cases`](/wiki/wiki-import/Framework-Features-Use-Cases)
|
|
- [`HOOKS`](/wiki/wiki-import/HOOKS)
|
|
- [`FFI Bridge Reference`](/wiki/wiki-import/FFI-Bridge-Reference)
|
|
- [`Mod Developer Debug`](/wiki/wiki-import/Mod-Developer-Debug)
|