htmlLoad

From Bohemia Interactive Community
Revision as of 18:12, 2 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


control htmlLoad filename


Operand types:

control: Control

filename: String

Type of returned value:

Nothing

Compatibility:

Version 2.53 required.

Description:

Load HTML from file to given control.


Example

_control htmlLoad "briefing.html"