-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathdf.functions.xml
60 lines (47 loc) · 1.87 KB
/
df.functions.xml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<data-definition>
<global-object name='job_handlerst_remove_job'>
<stl-function/> <!-- void(df::jobst*) -->
</global-object>
<global-object name='buildingst_completebuild'>
<stl-function/> <!-- void(df::buildingst*, char) -->
</global-object>
<global-object name='unitst_choptree'>
<stl-function/> <!-- void(df::unitst*, int16_t, int16_t, int16_t) -->
</global-object>
<global-object name='unitst_create'>
<stl-function/> <!-- df::unitst*() -->
</global-object>
<global-object name='world_summon_unit'>
<stl-function/> <!-- void(df::unitst*, df::interaction_effect_summon_unitst*, df:interaction_contextst&, short, short, short) -->
</global-object>
<global-object name='unitst_more_convenient_create'>
<stl-function/> <!-- df::unitst*() -->
</global-object>
<global-object name='item_handlerst_create_item'>
<stl-function/> <!-- df::itemst(short, short, short, int, int, char)-->
</global-object>
<global-object name='building_handlerst_create_building'>
<stl-function/> <!-- df::buildingst(short)-->
</global-object>
<global-object name='buildingst_enddestruction'>
<stl-function/> <!-- void(df::buildingst*), char -->
</global-object>
<global-object name='translate_name'>
<stl-function/> <!-- void(df::language_name*, std::string&, bool, bool) -->
</global-object>
<global-object name='history_figurest_create'>
<stl-function/> <!-- df::history_figurest*() -->
</global-object>
<global-object name='unitst_make_own'>
<stl-function/> <!-- void(df::unitst*) -->
</global-object>
<global-object name='unitst_set_automatic_professions'>
<stl-function/> <!-- void(df::unitst*) -->
</global-object>
</data-definition>
<!--
Local Variables:
indent-tabs-mode: nil
nxml-child-indent: 4
End:
-->