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

Separate package for AltV Enums to be used in browser/webview clients. #301

Open
Yannick-DG opened this issue Mar 8, 2024 · 3 comments
Open

Comments

@Yannick-DG
Copy link

Hey there,

I wanted to drop a feature request to create a new package or add it to the current webview types for the AltV enums. It'd be nice to have things like Vector3, which are shared on AltV also available in the webview types. Right now I have custom converters and such, which is not really nice as those values are shared and should work without a hazzle for a webview.

Would it be possible to have a solution for that discussed? If it's either a package or an include into the webview types.

@xxshady
Copy link
Contributor

xxshady commented Mar 13, 2024

It'd be nice to have things like Vector3

why do you need it in webview? you cant create or receive it from clientside there anyway

@Yannick-DG
Copy link
Author

It'd be nice to have things like Vector3

why do you need it in webview? you cant create or receive it from clientside there anyway

Does that mean I'm able to include the clientside to the webviews and have functioning types? Wouldn't this conflict/cause issues with possible data given from server side to it? If not, I'll do that instead yea.

@xxshady
Copy link
Contributor

xxshady commented Apr 9, 2024

what do you mean?

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

No branches or pull requests

2 participants