Package | com.soma.core.interfaces |
Interface | public interface IParallelCommand extends ICommand |
Implementors | ParallelCommand |
Author: Romuald Quantin - www.soundstep.com
Resources: http://www.soundstep.com/downloads/somacore
Actionscript version: 3.0
Copyright: Mozilla Public License 1.1 (MPL 1.1) http://www.opensource.org/licenses/mozilla1.1.php
See also
Property | Defined By | ||
---|---|---|---|
commands : Array [read-only]
Retrieves the list of commands added as subcommands. | IParallelCommand | ||
length : int [read-only]
Retrieves the number of commands added as subcommands. | IParallelCommand |
commands | property |
commands:Array
[read-only] Retrieves the list of commands added as subcommands.
public function get commands():Array
length | property |
length:int
[read-only] Retrieves the number of commands added as subcommands.
public function get length():int