Function GodotObject._toString
Virtual method which can be overridden to customize the return value of toString
, and thus the object's representation where it is converted to a string, e.g. with print(obj)
.
Returns a String
representing the object. If not overridden, defaults to "
.
ClassName:RID
"