function
to_string()
Converts the components of self to a string.
string
Components of self as a string.
vec1 = new Vec2(1, 2, 1);
show_debug_message("Current components of the vector: " + vec1.to_string()); // Result: "Current components of the vector: 1, 2, 1"
Copyright © 2020, eL-Falso. Built on December 14, 2020 using GMDoc.