武装突袭 Wiki
Advertisement
  Effects of this scripting command are not broadcasted over the network and remain local to the client the command is executed on

点击图片可看到更多讯息

开始使用于

游戏:
Arma 2
版本:
1.00

描述

描述:
creates a diary entry. Supported tags and their parameters:
  • <All>
    • image: String - path to image. When present, any element with it will be displayed as image.
    • width: Number - image width in pixels.
    • height: Number - image height in pixels.
  • font
    • color: String - HTML color in format #aarrggbb or #rrggbb
    • size: Number - font height in pixels.
    • face: String - font type (class from CfgFontFamilies)
  • br
  • marker
  • execute
    • expression: String - executed code
  • executeClose
    • expression: String - executed code, diary is closed afterwards
  • log
  • gear
  • teamSwitch
  • kick
  • ban
  • mute
  • currentTask

基本句法

句法:
unitName createDiaryRecord [subject, text, task, state]
参数:
unitName: Object
[subject, text, task, state]: Array
subject: String
text: String
task: (optional): Task
state: (optional): String
返回值:
String

替代句法

句法:
unitName createDiaryRecord [subject, [title, text], task, state]
参数:
unitName: Object
[subject, [title, text], task, state]: Array
subject: String
[title, text]: Array
title: String
text: String
task: (optional): Task
state: (optional):String
返回值:
String

范例

范例1:
player createDiaryRecord ["Diary", ["Intel", "Enemy base is on grid <marker name='enemyBase'>161170</marker>"]]
范例2:
player createDiaryRecord ["Diary", "Information gathered.<br /><img image='wellDone_ca.paa' />"]

额外资讯

多人游戏:
-
也可以看看:
processDiaryLinkcreateDiaryLinkcreateDiarySubjectdiarySubjectExists

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?

Notes

Posted on 14:54, 15 January 2011‎
Alwarren
To insert a link into a diary record that executes code instead of jumping to a marker, use the tag <execute expression="Code to execute">Text</execute>

Bottom Section

Advertisement