LTS.Integrated_Implants-Forked/1.5/Assemblies/Implants.xml
MADxingjin 36977d9928 Moved Source out from assemblies folder to avoid dll dupe errors.
Confirmed CE compat on biotech mechanitor control range works.
now heads to next part.
2025-02-25 14:19:17 +08:00

49 lines
2.3 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Implants</name>
</assembly>
<members>
<member name="M:LTS_Implants.BiotechMechanitorPatches.Pawn_MechanitorTracker_CanCommandTo_Patch.CanCommandToPostfix(Verse.LocalTargetInfo,RimWorld.Pawn_MechanitorTracker,System.Boolean@)">
<summary>
pushed always commandable check to front to reduct compute.
TODO perhaps need a custom patch order to make sure this logic always works.
</summary>
<param name="target">target mech to command</param>
<param name="__instance">should be mechanitor, but not always the mechanitor for example like Dead man switch ctrl mechs </param>
<param name="__result">Commandable result from original code.</param>
</member>
<member name="M:LTS_Implants.BiotechMechanitorPatches.Pawn_MechanitorTracker_DrawCommandRadius_Patch.DrawCommandRadiusPrefix">
<summary>
Skip original draw radius using a prefix.
TODO may need specify fixed patch order to make sure this works.
</summary>
<returns>return false to skip original draw.</returns>
</member>
<member name="M:LTS_Implants.BiotechMechanitorPatches.Pawn_MechanitorTracker_DrawCommandRadius_Patch.DrawCommandRadiusPostfix(RimWorld.Pawn_MechanitorTracker)">
<summary>
Postfix the draw radius by apply our extended radius on top.
</summary>
<param name="__instance"></param>
</member>
<member name="T:LTS_Implants.StatPart_FertilityByGenderAge_AgeFactor_Patch">
<summary>
Bootstrap class to do the harmony patches.
</summary>
</member>
<member name="T:LTS_Implants.CompSightstealer_GetPawnSightRadius_Patch">
<summary>
This patch is horrifying performance heavy especially when you playing with a large gene collection mods.
TODO make this patch optional in future logs.
for now, just comment this part out.
</summary>
</member>
<member name="T:LTS_Implants.Pawn_GetGizmos_Patch">
<summary>
Those remote control part.
Why don`t let them render their own instead?
</summary>
</member>
</members>
</doc>