Difference between revisions of "SHIP:Port:audioout:playing"

From Serious Documentation
Jump to: navigation, search
(Created page with "{{PortvarTableStart|}} |{{Portvar|audioout|playing}}||{{DataType|Boolean}}||Read/Write||Reflects whether or the not {{Portvar|audioout|clip}} is being played. When {{Portvar|a...")
 
Line 1: Line 1:
 
{{PortvarTableStart|}}
 
{{PortvarTableStart|}}
|{{Portvar|audioout|playing}}||{{DataType|Boolean}}||Read/Write||Reflects whether or the not {{Portvar|audioout|clip}} is being played. When {{Portvar|audioout|clip}} is finished, self-sets to{{Reserved|false}} and resets the clip pointer to the beginning of {{Portvar|audioout|clip}}. If set to {{Reserved|false}} and {{Portvar|audioout|clip}} has not finished, the clip pointer is not modified so playing can be resumed. To restart an unfinished clip, reassign the same clip to {{Portvar|audioout|clip}} before setting to {{Reserved|true}}.</onlyinclude>
+
|<onlyinclude>{{Portvar|audioout|playing}}||{{DataType|Boolean}}||Read/Write||Reflects whether or the not {{Portvar|audioout|clip}} is being played. When {{Portvar|audioout|clip}} is finished, self-sets to{{Reserved|false}} and resets the clip pointer to the beginning of {{Portvar|audioout|clip}}. If set to {{Reserved|false}} and {{Portvar|audioout|clip}} has not finished, the clip pointer is not modified so playing can be resumed. To restart an unfinished clip, reassign the same clip to {{Portvar|audioout|clip}} before setting to {{Reserved|true}}.</onlyinclude>
 
|}
 
|}

Revision as of 12:46, 4 February 2013

Portvar Data Type Permissions Description
playing Boolean Read/Write Reflects whether or the not clip is being played. When clip is finished, self-sets tofalse and resets the clip pointer to the beginning of clip. If set to false and clip has not finished, the clip pointer is not modified so playing can be resumed. To restart an unfinished clip, reassign the same clip to clip before setting to true.