Project L Core Documentation
C#
Show/Hide TOC
Game
Action
Processor
Finished
Puzzles
Queue Property
When a
Puzzle
is finished with a
PlaceTetrominoAction
, information about the finished puzzle is added to this queue.
Definition
Namespace:
ProjectLCore.GameActions
Assembly:
ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
Copy
public
Queue
FinishedPuzzlesQueue
{
get
; }
Property Value
Queue
T
See Also
Reference
GameActionProcessor Class
ProjectLCore.GameActions Namespace
TryGetNextPuzzleFinishedBy(Player, FinishedPuzzleInfo
)
In This Article
Definition
See Also