to_string

function

to_string()

Description

Converts the components of self to a string.

Returns

string Components of self as a string.

Example

vec1 = new Vec2(1, 2);
show_debug_message("Current components of the vector: " + vec1.to_string()); // Result: "Current components of the vector: 1, 2"

Copyright © 2020, eL-Falso. Built on December 14, 2020 using GMDoc.