vid:record-interface
vid:record-interface
Records the NetLogo interface view to the active recording.
Example:
vid:record-interface
Errors:
- Message
"vid: recorder not started"
: The recorder has not been started. Start the recorder withvid:start-recorder
. - Message
"vid: export interface not supported"
: The calling NetLogo version does not support interface exports. This will occur when running NetLogo headlessly.
Take me to the full Vid Extension Dictionary