createDiaryRecord: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | creates a diary entry. | ||
You can set up some html, like : | |||
*'''<nowiki><br /></nowiki>''' - insert a linebreak | |||
*'''<nowiki><marker name="markername">link</marker></nowiki>''' - place a link to a marker | |||
*'''<nowiki><img image="picture.paa" /></nowiki>''' - put an image. | |||
|= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 02:19, 15 July 2009
Description
- Description:
- creates a diary entry.
You can set up some html, like :
- <br /> - insert a linebreak
- <marker name="markername">link</marker> - place a link to a marker
- <img image="picture.paa" /> - put an image.
- Groups:
- Uncategorised
Syntax
- Syntax:
- unitName createDiaryRecord parameters
- Parameters:
- unitName: Object
- parameters: Array.
can be [subject, text(, task(, state))]
or [subject, [title, text](, task(, state))] - Return Value:
- Return value needed
Examples
- Example 1:
player createDiaryRecord ["Diary", ["My title", "Informations gathered"]]
- Example 2:
player createDiaryRecord ["Diary", "Informations gathered"]
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