GameCoreTryGetNextPuzzleFinishedBy Method
Namespace: ProjectLCore.GameLogicAssembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
public bool TryGetNextPuzzleFinishedBy(
Player player,
out FinishedPuzzleInfo finishedPuzzleInfo
)
- player Player
- The player, who's completed puzzles this method will check.
- finishedPuzzleInfo FinishedPuzzleInfo
- Contains information about the last unprocessed finished puzzle if there is one; otherwise default.
Boolean if there is an unprocessed finished puzzle; otherwise
.