Update to 15ec1073b6c70b49af9599d362489eeeadfb7ee4
This commit is contained in:
parent
c427f69f02
commit
9df3542229
1 changed files with 4 additions and 0 deletions
|
@ -123,6 +123,10 @@ func stringarray_to_array(array: Array[String]) -> Array:
|
||||||
return output
|
return output
|
||||||
|
|
||||||
# +++ etc +++
|
# +++ etc +++
|
||||||
|
## Returns \ so you can (for example) print ANSI codes, which isn't normally possible because of GDScript restrictions.
|
||||||
|
func get_escape() -> String:
|
||||||
|
return PackedByteArray([0x1b]).get_string_from_ascii()
|
||||||
|
|
||||||
## Calculates the center of the child in the area of the parent.[br]
|
## Calculates the center of the child in the area of the parent.[br]
|
||||||
## [br]
|
## [br]
|
||||||
## Example:
|
## Example:
|
||||||
|
|
Loading…
Reference in a new issue