Skip to content

Pty

Inherits: Node

Properties

Type Name Default
int columns 8000
int height_px 8000
int rows 8000
bool running
int width_px 8000

Methods

Returns Signature
int exec(command: String, args: PackedStringArray)
int kill()
int write(data: PackedByteArray)
int write_line(line: String)

Property Descriptions

columns

int columns = 8000

Note

There is currently no description for this property. Please help us by contributing one!

height_px

int height_px = 8000

Note

There is currently no description for this property. Please help us by contributing one!

rows

int rows = 8000

Note

There is currently no description for this property. Please help us by contributing one!

running

bool running

Note

There is currently no description for this property. Please help us by contributing one!

width_px

int width_px = 8000

Note

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

exec()

int exec(command: String, args: PackedStringArray)

Note

There is currently no description for this method. Please help us by contributing one!

kill()

int kill()

Note

There is currently no description for this method. Please help us by contributing one!

write()

int write(data: PackedByteArray)

Note

There is currently no description for this method. Please help us by contributing one!

write_line()

int write_line(line: String)

Note

There is currently no description for this method. Please help us by contributing one!