mapper.window_image_streamer()
mapper.window_image_streamer([param_table])
This function creates a WindowImageStreamer
object.
Parameters
Parameter | Type | Description |
---|---|---|
param_table | table | This parameter is in associative array table format, meaning it's specified by keys rather than parameter positions. See the Parameters Table section. If this parameter is omitted, it is equivalent to specifying an empty table {} . In this case, the WindowImageStreamer object will capture the main window generated by DCS World. |
Parameters Table
Key | Type | Description |
---|---|---|
name | string | The name given by the user to the WindowImageStreamer object. The name specified in this parameter will be displayed on the dashboard.This parameter is optional, with a default value of DCS World . |
window_title | string | The title text of the window that the WindowImageStreamer object captures.This parameter is optional, with a default value of Digital Combat Simulator . |
Return Values
This function returns WindowImageStreamer
object.