stream.close: Difference between revisions
Jump to navigation
Jump to search
m (Mex moved page Stream.close to stream.close) |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = close | ||
|side = shared | |||
|type = method | |type = method | ||
|class = Stream | |class = Stream | ||
| | |games = iii vc sa iv | ||
| | |desc = close a stream | ||
| | |return = void | ||
| | |freturn = void | ||
}} | }} |
Latest revision as of 20:37, 19 November 2022
Method
Server and Client
Online and Offline
Available since Server 1.0.0, Client 1.0.0
void stream.close(void)
The stream.close method is used to close a stream.
Parameters
void | This method doesn't take any parameters. |
Return
void | This method doesn't return a value. |
Types
Shared
Stream
Notes
There aren't any notes for this method.
Examples
There aren't any examples for this method.
Compatibility
There isn't any compatibility information for this method.