Mdump: Difference between revisions

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


===SEE ALSO===
===SEE ALSO===
[[Cmd mplay]], [[Cmd mset]], [[Cmd mdo]], [[Cmd mclear]], [[Cmd mmatrix]]  
  [[Cmd mplay]], [[Cmd mset]], [[Cmd mdo]], [[Cmd mclear]], [[Cmd mmatrix]]  


[[Category:Commands|mdump]]
[[Category:Commands|mdump]]

Revision as of 09:37, 9 January 2006

DESCRIPTION

mdump dumps the current set of movie commands.

USAGE

mdump

PYMOL API

cmd.mdump()

SEE ALSO

Cmd mplay, Cmd mset, Cmd mdo, Cmd mclear, Cmd mmatrix