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

[Feature Request] Be able to read from NativePointer specifing endianess. #732

Open
muniategui opened this issue Mar 23, 2023 · 0 comments

Comments

@muniategui
Copy link

Right now the functions like readS16, readU16, readInt read the pointer direction in little endian.
In general this is no problem as default behavior however having an optional parameter in which specifying "be" as parameter to the function would read the pointer content in big endianess being able to read in both endianess.

This would not cause problem with existing scripts since the default parameter would be "le" if not specified and would give both endianess reading to the functions without adding new methods.

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

1 participant