PartNodePatcher.GetPatches Method |
Returns patch nodes for the tag.
Namespace:
KSPDev.ConfigUtils
Assembly:
KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntaxpublic static ConfigNodePatch[] GetPatches(
string modName
)
Request Example
View SourceParameters
- modName
- Type: System.String
The mod to find the nodes for. If it's null or empty, then all the nodes will be
returned.
Return Value
Type:
ConfigNodePatch[]The patch nodes for the mod.
Remarks
This call can be very expensive. It's strongly encouraged to implement a lazy access approach
and cache the retunred values.
See Also