localcc / gvas

GVAS file format parsing library for rust
MIT License
19 stars 2 forks source link

Definition of the read_fstring() function #51

Closed xeeetu closed 7 months ago

xeeetu commented 7 months ago

I'm trying to rewrite this code in C++, but I can't find the definition of the read_fstring() function, which is called inside read_string() to understand up to which character a line is read from a file.

localcc commented 7 months ago

This function is located here https://github.com/AstroTechies/unrealmodding/blob/main/unreal_helpers/src/read_ext.rs