con un clic
legacy-lookup
Look up a Gamebryo class, function, or pattern in the legacy 2.3 source
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Look up a Gamebryo class, function, or pattern in the legacy 2.3 source
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | legacy-lookup |
| description | Look up a Gamebryo class, function, or pattern in the legacy 2.3 source |
Search the Gamebryo 2.3 source for the given class, function, or pattern.
/media/matias/Respaldo 2TB/Start-Game/Leaks/Gamebryo_2.3 SRC/Gamebryo_2.3/
Search headers first (most documentation is in .h files):
Grep for "$ARGUMENTS" in:
- CoreLibs/NiMain/
- CoreLibs/NiAnimation/
- CoreLibs/NiCollision/
- CoreLibs/NiSystem/
- SDK/Win32/Include/
Read the matching header — report the full class declaration with all public/protected members.
Check for .cpp implementation if the header has method signatures without bodies.
Cross-reference with Redux — check if we already have an equivalent in crates/core/src/ecs/components/ or docs/legacy/.
Report:
/legacy-lookup NiTriShape
/legacy-lookup NiAlphaProperty
/legacy-lookup NiControllerSequence
/legacy-lookup NiBSplineInterpolator