Post #54: Variant to String and back
The next week I have a good bit of non-dev things happening, so my posts will be very light on content. However, I still plan on continuing the tutorial I started, and I still plan on posting daily. While this might not be ideal for readers (I apologize!) this provides me with self imposed structure to ensure I still make progress daily. Even if it's me crawling forward, I'll do it (for now), with the small spare time I have.
Yesterday I posted about GDScript Variant Types. Today is a small addition to this; the GDScript functions listed here allow for converting any Variant type to a String, or from a String to said Variant type!
@GlobalScope.str()@GlobalScope.str_to_var()@GlobalScope.var_to_str()