Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: VM native functions & more #259

Merged
merged 5 commits into from
Jul 24, 2024

Conversation

Deweh
Copy link
Contributor

@Deweh Deweh commented Jul 24, 2024

This is a semi-complete port of the BSScriptUtil native functions implementation from CLibF4. I've tested native function registration with primitives, strings, arrays, forms, and structs. Also fixed some issues that prevented existing Papyrus functions from being invoked + some other miscellaneous fixes that I had on my fork.

Deweh added 5 commits July 24, 2024 17:36
- Ported BSScriptUtil from F4
- Fixed BSScrapArrayAllocator
- Added BSTArray copy & move operators
- Cleaned up IFunction
- Added IStackCallbackFunctor
- Fixed BSTThreadScrapFunction
- Cleaned up NativeFunctionBase
- Fixed NiAVObject refCount & name
- Fixed BSScript::Struct
- Fixed BSScript::StructTypeInfo
@ThirdEyeSqueegee ThirdEyeSqueegee merged commit fd25015 into Starfield-Reverse-Engineering:main Jul 24, 2024
4 checks passed
@Deweh Deweh deleted the pr2 branch July 25, 2024 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants