GitHub 仓库
metamod-fallguys
metamod-fallguys 收录了来自 hzqst 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
已收集 skills
2
Stars
17
更新
2026-02-07
Forks
7
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览
这个仓库中的 skills
创作者/仓库/skill
skill
职业分类
描述
更新
add-new-asext-api
计算机程序员
Add a new exported API function to the asext module, wrapping a private server.dll/server.so function for use by external plugins. Use when you need to expose CASDocumentation, CASDirectoryList, or other AngelScript-related private functions through the ASEXT_* API layer.
2026-02-07
add-private-function-with-signatures
计算机程序员
Add private functions from game DLLs (server.dll/engine.dll) to metamod plugins using signature scanning and symbol lookup. Use when adding new private function hooks that require IDA Pro analysis, signature creation, cross-platform support (Windows/Linux), and runtime function pointer filling.
2026-02-07