image: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Creates a structured text containing the given image.  
| Creates a structured text containing the given image. |= Description
Example txt1 = image "data\isniper.paa" |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 17: Line 16:
| [[Structured Text]] |= Return value
| [[Structured Text]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|x1 = <code>txt1 <nowiki>=</nowiki> image "data\isniper.paa" </code>
|  |= See also
|  |= See also



Revision as of 03:28, 4 August 2006

-wrong parameter ("Arma") defined!-2.01
Hover & click on the images for description

Description

Description:
Creates a structured text containing the given image.
Groups:
Uncategorised

Syntax

Syntax:
image filename
Parameters:
filename String
Return Value:
Structured Text

Examples

Example 1:
txt1 = image "data\isniper.paa"

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section