htmlLoad

From Bohemia Interactive Community
Revision as of 06:15, 1 July 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"