Difference between revisions of "Diary"
Jump to navigation
Jump to search
killzone_kid (talk | contribs) |
m (update v2.04) |
||
(16 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[File:A3 Diary v2.jpg|350px|right]] | |
+ | == Subjects == | ||
+ | === Default Subjects === | ||
+ | {| class="wikitable" | ||
+ | ! Display Name !! Internal Name !! Can be Linked !! Can be Edited !! Notes | ||
+ | |- | ||
+ | | Map || Map || {{Icon|unchecked}} || {{Icon|unchecked}} || Dummy tab | ||
+ | |- | ||
+ | | Tasks || Tasks || {{Icon|checked}} || {{Icon|unchecked}} || Hidden when no tasks exist | ||
+ | |- | ||
+ | | Briefing || Diary || {{Icon|checked}} || {{Icon|checked}} || Always shown, even when empty. Can be edited with [[createDiaryRecord]]. | ||
+ | |- | ||
+ | | Team || Units || {{Icon|checked}} || {{Icon|unchecked}} || Always shown | ||
+ | |- | ||
+ | | Players || Players || {{Icon|checked}} || {{Icon|unchecked}} || Hidden in singleplayer | ||
+ | |- | ||
+ | | Statistics || Statistics || {{Icon|checked}} || {{Icon|unchecked}} || Hidden until scores are changed | ||
+ | |} | ||
− | + | === Custom Subjects === | |
+ | Can be created with [[createDiarySubject]] - they go after all the default ones and can obviously be modified. | ||
− | * [[createDiarySubject]] | + | === Related Commands === |
− | + | * [[:Category:Command Group: Briefing|Command Group: Briefing]] | |
− | + | {| class="wikitable" width="30%" | |
− | + | |- | |
− | + | ! Subject commands !! Record commands !! Helper commands | |
+ | |- | ||
+ | | [[createDiarySubject]] || [[createDiaryRecord]] || [[createDiaryLink]] | ||
+ | |- | ||
+ | | [[removeDiarySubject]] || [[removeDiaryRecord]] || [[processDiaryLink]] | ||
+ | |- | ||
+ | | [[selectDiarySubject]] || [[setDiaryRecordText]] || | ||
+ | |- | ||
+ | | [[diarySubjectExists]] || [[diaryRecordNull]] || | ||
+ | |- | ||
+ | | [[setDiarySubjectPicture]] || || | ||
+ | |- | ||
+ | | [[allDiarySubjects]] || || | ||
+ | |} | ||
− | + | [[Category: Scripting Topics]] | |
− | + | __NOTOC__ | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 16:08, 27 April 2021
Subjects
Default Subjects
Display Name | Internal Name | Can be Linked | Can be Edited | Notes |
---|---|---|---|---|
Map | Map | ![]() |
![]() |
Dummy tab |
Tasks | Tasks | ![]() |
![]() |
Hidden when no tasks exist |
Briefing | Diary | ![]() |
![]() |
Always shown, even when empty. Can be edited with createDiaryRecord. |
Team | Units | ![]() |
![]() |
Always shown |
Players | Players | ![]() |
![]() |
Hidden in singleplayer |
Statistics | Statistics | ![]() |
![]() |
Hidden until scores are changed |
Custom Subjects
Can be created with createDiarySubject - they go after all the default ones and can obviously be modified.
Related Commands
Subject commands | Record commands | Helper commands |
---|---|---|
createDiarySubject | createDiaryRecord | createDiaryLink |
removeDiarySubject | removeDiaryRecord | processDiaryLink |
selectDiarySubject | setDiaryRecordText | |
diarySubjectExists | diaryRecordNull | |
setDiarySubjectPicture | ||
allDiarySubjects |