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

Make InstallBuiltinNatives() virtual. #985

Closed
wants to merge 1 commit into from

Conversation

NotnHeavy
Copy link

This PR does nothing except make sp::PluginRuntime::InstallBuiltinNatives() a virtual function, allowing it to be called in external libraries.

I'm not sure why this isn't already exposed - if there is a reason though, feel free to inform me!

@dvander
Copy link
Member

dvander commented Aug 17, 2024

I don't think this does anything? It's not in IPluginRuntime, and nothing inherits from PluginRuntime.

@NotnHeavy
Copy link
Author

I thought this was related to SourcePawn's built-in float natives? Although I did take a quick glimpse - and I suppose that in the context of SourceMod, it uses its own float native implementations anyway.

@NotnHeavy NotnHeavy closed this Oct 29, 2024
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