We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I needs custom offsets support. I'm using offsetof from native addon (for support correct packing and align).
offsetof
const struct = new StructBuffer("Player", { hp: float({offset=0}), mp: float({offset=4}),, name: string_t({offset=8})[3], });
I needs custom offsets support. I'm using
offsetoffrom native addon (for support correct packing and align).