altv-types icon indicating copy to clipboard operation
altv-types copied to clipboard

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

Open Yannick-DG opened this issue 11 months ago • 3 comments

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.

Yannick-DG avatar Mar 08 '24 08:03 Yannick-DG

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

xxshady avatar Mar 13 '24 21:03 xxshady

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.

Yannick-DG avatar Apr 04 '24 20:04 Yannick-DG

what do you mean?

xxshady avatar Apr 09 '24 15:04 xxshady