NQualityOfLife.Recursive - Niilo007/RimWorld-NQoL GitHub Wiki
Recursive
Related:
C#
Usage
The Recursive
attribute must be used on methods that are self recursive, or indirectly self recursive.
Errors
NQoL [E] - QA - Un-Declared self recursion in method: 'System.ValueTuple`3[System.Single,System.Single,System.Single] op_Implicit(NQualityOfLife.FloatTriple)'!
NQoL [E] - QA - Un-Declared self recursion in method: 'Void SmartPriorityLevelSetter(Verse.Pawn, Verse.WorkTypeDef, RimWorld.SkillDef, Boolean)'!
Examples
Used In Example: