forked from Tachyonite/Pawnmorpher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnalyzer.xml
46 lines (40 loc) · 1.45 KB
/
Analyzer.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
<Analyzer>
<Pawnmorpher>
<!-- Settings, Tick, Update, GUI or Modder. Defaults to Modder -->
<!--Category>Modder</Category-->
<!-- On hover tooltip for the sidebar entry -->
<!-- <Tooltip></Tooltip> -->
<!-- All methods in types -->
<Types>
<li>Pawnmorph.Hediff_AddedMutation</li>
<li>Pawnmorph.Abilities.MutationAbility</li>
<li>Pawnmorph.PawnmorphGameComp</li>
<li>Verse.Hediff</li>
<li>Verse.HediffWithComps</li>
<li>Pawnmorph.Hediffs.Hediff_Descriptive</li>
<li>Pawnmorph.Hediffs.Hediff_StageChanges</li>
</Types>
<!-- Specific methods -->
<Methods>
<li>Pawnmorph.FormerHumanUtilities:GetIntelligence</li>
<li>Pawnmorph.FormerHumanUtilities:InvalidateIntelligence</li>
<li>Pawnmorph.FormerHumanUtilities:IsFormerHuman</li>
<li>Pawnmorph.Hediffs.Comp_MutationSeverityAdjust:UpdateComp</li>
<li>Pawnmorph.Hediffs.SpreadingMutationComp:UpdateComp</li>
<li>Pawnmorph.AspectTracker:CompTick</li>
<li>Pawnmorph.Utilities.StatsUtility:GetStat</li>
</Methods>
<!-- Specific methods of all subclasses -->
<!--DerivedMethods>
<li></li>
</DerivedMethods-->
<!-- All methods of subclasses -->
<DerivedTypes>
<li>Pawnmorph.Abilities.MutationAbility</li>
</DerivedTypes>
<!-- All methods of types nested within specified types -->
<!--NestedTypes>
<li></li>
</NestedTypes-->
</Pawnmorpher>
</Analyzer>