forked from vawser/Warbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwarbox.txt
29 lines (21 loc) · 1.13 KB
/
warbox.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#-----------------------------------------------
# Editors
#-----------------------------------------------
FEAT: PTF save (used to export edits as separate file)
FEAT: add undo/redo support for property changes
FEAT: copy selected row into table of same type (e.g. buff.xml -> buff__mymod.xml)
#-----------------------------------------------
# Text Editor
#-----------------------------------------------
#-----------------------------------------------
# Table Editor
#-----------------------------------------------
FEAT: add LocalizationAlias table def support (display the text contents of the passed ui_string, for the alias of a row)
FEAT: add GuidAlias table def support (display suitable localization based on the passed guid, for the alias of a row)
FEAT: add LocalizationRef meta support (display the text contents of the passed ui_string)
FEAT: add GuidRef meta support (display suitable localization based on the passed guid)
GuidAlias="item,Id,UIName"
<table>,<guid attribute>,<attribute to use for localization lookup>
<!-- Combat -->
<entry Category="Combat"
Name="XXX" ImGuiName="XXX" ListKey="XXX" AliasKey="XXX" RowKey="XXX" />