Mplay: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''mplay''' starts the movie. | '''mplay''' starts the movie. | ||
===USAGE=== | ===USAGE=== | ||
mplay | mplay | ||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | <source lang="python"> | ||
cmd.mplay() | cmd.mplay() | ||
</source> | </source> | ||
Line 13: | Line 13: | ||
[[Cmd mstop]], [[Cmd mset]], [[Cmd mdo]], [[Cmd mclear]], [[Cmd mmatrix]] | [[Cmd mstop]], [[Cmd mset]], [[Cmd mdo]], [[Cmd mclear]], [[Cmd mmatrix]] | ||
[[Category:Commands| | [[Category:Commands|Mplay]] |
Latest revision as of 13:39, 17 November 2009
mplay starts the movie.
USAGE
mplay
PYMOL API
cmd.mplay()