mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-06 04:55:30 +02:00
Register pipe.close() method
This commit is contained in:
parent
42c9f284be
commit
ded2ced89b
2 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,7 @@ void Pipe::_register_methods() {
|
|||
register_method("poll", &Pipe::_poll_connection);
|
||||
register_method("open", &Pipe::open);
|
||||
register_method("write", &Pipe::write);
|
||||
register_method("close", &Pipe::close);
|
||||
|
||||
register_signal<Pipe>("data_received", "data",
|
||||
GODOT_VARIANT_TYPE_POOL_BYTE_ARRAY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue