BIS fnc createLogRecord: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 11: | Line 10: | ||
|eff= local |Effect= | |eff= local |Effect= | ||
| Create a dated, timed diary record in the owner's "Log" subject. |DESCRIPTION= | | Create a dated, timed diary record in the owner's "Log" subject. |DESCRIPTION= | ||
| [owner, title, text] call [[BIS_fnc_createLogRecord]] |SYNTAX= | | [owner, title, text] call [[BIS_fnc_createLogRecord]] |SYNTAX= | ||
Line 25: | Line 22: | ||
| [[String]] |RETURNVALUE= | | [[String]] |RETURNVALUE= | ||
|x1= <code><nowiki>[</nowiki>[[player]], "Title", "This is a log entry. Have fun!"] [[call]] [[BIS_fnc_createLogRecord]];</code> |EXAMPLE1= | |x1= <code><nowiki>[</nowiki>[[player]], "Title", "This is a log entry. Have fun!"] [[call]] [[BIS_fnc_createLogRecord]];</code> |EXAMPLE1= | ||
| [[createDiaryRecord]] |SEEALSO= | | [[createDiaryRecord]] |SEEALSO= |
Revision as of 22:40, 16 January 2021
Description
- Description:
- Create a dated, timed diary record in the owner's "Log" subject.
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- [owner, title, text] call BIS_fnc_createLogRecord
- Parameters:
- owner: Object
- title: String - (Optional, default "")
- text: String - (Optional, default "")
- Return Value:
- String
Examples
- Example 1:
[player, "Title", "This is a log entry. Have fun!"] call BIS_fnc_createLogRecord;
Additional Information
- See also:
- createDiaryRecord
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