Ext.OutputStreamExists()

Checks if an output stream exists, such as an HTTP connection to the user's browser. If so, scripts can write to it.

Function Signature

 bool Ext.OutputStreamExists()

Parameters

Parameter Type Description

None

Return

Type Description

bool

Returns true if the output stream exists; false otherwise.

Technical Details

SBM ModScript version: 11.3.

Notes

For details, refer to Ext.WriteStream().

Related Topics

Extension Functions