BIS fnc createLogRecord: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
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 23:40, 16 January 2021

Hover & click on the images for description

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

Notes

Bottom Section