BIS fnc createLogRecord: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - "= <code>([^<{]+)<\/code>" to "= <sqf>$1</sqf>")
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function


| arma3 |Game name=
|game1= arma3
|version1= 1.00


|1.00|Game version=
|gr1= GUI


|gr1= GUI |GROUP1=
|arg= local


|arg= local |Arguments=
|eff= local


|eff= local |Effect=  
|descr= Create a dated, timed diary record in the owner's "Log" subject.


| Create a dated, timed diary record in the owner's "Log" subject. |DESCRIPTION=
|s1= [owner, title, text] call [[BIS_fnc_createLogRecord]]


| [owner, title, text] call [[BIS_fnc_createLogRecord]] |SYNTAX=
|p1= owner: [[Object]]


|p1= owner: [[Object]] |PARAMETER1=
|p2= title: [[String]] - (Optional, default "")


|p2= title: [[String]] - (Optional, default "") |PARAMETER2=
|p3= text: [[String]] - (Optional, default "")


|p3= text: [[String]] - (Optional, default "") |PARAMETER3=
|r1= [[String]]


| [[String]] |RETURNVALUE=
|x1= <sqf>[player, "Title", "This is a log entry. Have fun!"] call BIS_fnc_createLogRecord;</sqf>


|x1= <code><nowiki>[</nowiki>[[player]], "Title", "This is a log entry. Have fun!"] [[call]] [[BIS_fnc_createLogRecord]];</code> |EXAMPLE1=
|seealso= [[createDiaryRecord]]
 
| [[createDiaryRecord]] |SEEALSO=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:createLogRecord}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:createLogRecord}}]]

Latest revision as of 18:00, 13 July 2022

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