Difference between revisions of "Ending"

From PyMOLWiki
Jump to navigation Jump to search
 
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 03:23, 10 January 2006

DESCRIPTION

ending goes to the end of the movie.

USAGE

ending

PYMOL API

cmd.ending()