public interface IUnlockManagerProvides read-only content unlock rules and live state.
Members
AllUnlocksGets unlock information for every loaded game group.propertyTryGetUnlockFinds unlock information by exact game group ID.methodFindUnlocksFinds entries whose ID or localized name contains text.methodAllUnlocks
propertyIReadOnlyList<IUnlockDefinition> AllUnlocksGets unlock information for every loaded game group.
TryGetUnlock
methodbool TryGetUnlock(string id, out IUnlockDefinition? unlock)Finds unlock information by exact game group ID.
FindUnlocks
methodIReadOnlyList<IUnlockDefinition> FindUnlocks(string search)Finds entries whose ID or localized name contains text.