Ending: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===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]]

Latest revision as of 13:31, 17 November 2009

ending goes to the end of the movie.

USAGE

ending

PYMOL API

cmd.ending()