Ending: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
    "ending" goes to the end of the movie.
'''ending''' goes to the end of the movie.
 
===USAGE===
===USAGE===
    ending
ending
   
   
===PYMOL API===
===PYMOL API===
<source lang="python">
<source lang="python">
  cmd.ending()  
cmd.ending()  
</source>
</source>


[[Category:Commands|ending]]
[[Category:Commands|ending]]

Revision as of 02:23, 10 January 2006

DESCRIPTION

ending goes to the end of the movie.

USAGE

ending

PYMOL API

cmd.ending()