createDiaryRecord: Difference between revisions
Jump to navigation
Jump to search
(add. classification) |
No edit summary |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| ''' | | unitName '''createDiaryRecord''' parameters |= Syntax | ||
|p1= |= PARAMETER1 | |p1= unitName: [[Object]] |= PARAMETER1 | ||
|p2= |= PARAMETER2 | |p2= parameters: [[Array]].<br /> | ||
can be '''[subject, text(, task(, state))]'''<br /> | |||
or '''[subject, [title, text](, task(, state))]''' | |||
|= PARAMETER2 | |||
|p3= |= PARAMETER3 | |p3= |= PARAMETER3 | ||
| |= RETURNVALUE | | |= RETURNVALUE | ||
|x1= <code> | |x1= <code>player createDiaryRecord ["Diary", ["My title", "Informations gathered"]]</code>|= EXAMPLE1 | ||
|x2= <code>player createDiaryRecord ["Diary", "Informations gathered"]</code>|= EXAMPLE2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 09:35, 10 July 2009
Description
- Description:
- (description)
- 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