Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"brief": "The system variable that contains the number of frames\n displayed since the program started",
"related": ["frameRate_", "frameRate"],
"name": "frameCount",
"description": "The system variable <b>frameCount</b> contains the number o\n frames displayed since the program started. Inside <b>setup()</b>\n the value is 0 and during the first iteration of draw it is 1, etc.",
"description": "The system variable <b>frameCount</b> contains the number of\n frames displayed since the program started. Inside <b>setup()</b>\n the value is 0 and during the first iteration of draw it is 1, etc.",
"category": "environment",
"subcategory": "",
"type": "other"
Expand Down