stream.close: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
m (Mex moved page Stream.close to stream.close)
 
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = shared
|name = close
|side = shared
|type = method
|type = method
|name = close
|class = Stream
|class = Stream
|parameters = void
|games = iii vc sa iv
|usage = close a stream
|desc = close a stream
|return1 = void
|return = void
|returnFail1 = void
|freturn = void
}}
}}

Latest revision as of 20:37, 19 November 2022

Method Server and Client icon-iii.png icon-vc.png icon-sa.png icon-iv.png 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.