RoR2-ChensHelpers

Contains simple and useful helpers for RoR2 mod creators to use. Mainly caters to Chen's mods.

View on GitHub

ChensHelpers

Chen.Helpers.UnityHelpers.ListProcessor<T>

ListProcessor<T>.repeatUntilSuccess Property

Determines whether the data structure should save failed items back and repeat the process in the same frame.

protected abstract bool repeatUntilSuccess { get; set; }

Property Value

System.Boolean