aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen/nel/a02251.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /docs/doxygen/nel/a02251.html
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'docs/doxygen/nel/a02251.html')
-rw-r--r--docs/doxygen/nel/a02251.html398
1 files changed, 398 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a02251.html b/docs/doxygen/nel/a02251.html
new file mode 100644
index 00000000..ebad5dcd
--- /dev/null
+++ b/docs/doxygen/nel/a02251.html
@@ -0,0 +1,398 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>NeL: NLSOUND::CBackgroundSoundManager::TSoundData struct Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.3.6 -->
+<div class="qindex"> <form class="search" action="search.php" method="get">
+<a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a> | <span class="search"><u>S</u>earch&nbsp;for&nbsp;<input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
+<h1>NLSOUND::CBackgroundSoundManager::TSoundData Struct Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
+Storage for all a sound in a layer.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05472.html#l00238">238</a> of file <a class="el" href="a05472.html">background_sound_manager.h</a>.<table border=0 cellpadding=0 cellspacing=0>
+<tr><td></td></tr>
+<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDataa0">serial</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &amp;<a class="el" href="a04223.html#a626">s</a>)</td></tr>
+
+<tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao0">IsPath</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Flag for path/patatoid sound. <a href="#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao0"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a03128.html">NLMISC::CVector</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao1">MaxBox</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The max vector of the bounding box. <a href="#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao1"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>float&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao2">MaxDist</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The max earing distance of the sound. <a href="#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao2"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a03128.html">NLMISC::CVector</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao3">MinBox</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The min vector of the bounding box. <a href="#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao3"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>std::vector&lt; <a class="el" href="a03128.html">NLMISC::CVector</a> &gt;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao4">Points</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The vector of points compositing the primitive. <a href="#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao4"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao5">Selected</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Flag telling if this sound is currently selected for play by bounding box. <a href="#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao5"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02246.html">CSound</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao6">Sound</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The reference to the sound. <a href="#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao6"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a05378.html#a236">NLMISC::TStringId</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao7">SoundName</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The name of the sound. <a href="#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao7"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02254.html">CSourceCommon</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao8">Source</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A source instance of the sound (may be NULL). <a href="#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao8"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>float&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao9">Surface</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The surface of the bounding box (used for patatoid competition). <a href="#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao9"></a><br><br></td></tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDataa0" doxytag="NLSOUND::CBackgroundSoundManager::TSoundData::serial" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> void NLSOUND::CBackgroundSoundManager::TSoundData::serial </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a02270.html">NLMISC::IStream</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>s</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05471.html#l01462">1462</a> of file <a class="el" href="a05471.html">background_sound_manager.cpp</a>.
+<p>
+References <a class="el" href="a05465.html#l01510">NLSOUND::CAudioMixerUser::getSoundId()</a>, <a class="el" href="a05472.html#l00256">IsPath</a>, <a class="el" href="a06470.html#l00081">NLMISC::CStringMapper::map()</a>, <a class="el" href="a05472.html#l00254">MaxDist</a>, <a class="el" href="a05646.html#l00977">s</a>, <a class="el" href="a05472.html#l00243">Sound</a>, and <a class="el" href="a05472.html#l00245">Source</a>.
+<p>
+<div class="fragment"><pre>01463 {
+01464 std::string str;
+01465
+01466 <span class="keywordflow">if</span> (<a class="code" href="a04223.html#a626">s</a>.isReading())
+01467 {
+01468 CAudioMixerUser *mixer = CAudioMixerUser::instance();
+01469 <a class="code" href="a04223.html#a626">s</a>.serial(str);
+01470 <a class="code" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao7">SoundName</a> = <a class="code" href="a03450.html#NLMISC_1_1CStringMappere3">NLMISC::CStringMapper::map</a>(str);
+01471 <a class="code" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao6">Sound</a> = mixer-&gt;getSoundId(SoundName);
+01472 <a class="code" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao8">Source</a> = NULL;
+01473 <a class="code" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao5">Selected</a> = <span class="keyword">false</span>;
+01474 }
+01475 <span class="keywordflow">else</span>
+01476 {
+01477 <a class="code" href="a04223.html#a626">s</a>.serial(const_cast&lt;std::string&amp;&gt;(NLMISC::CStringMapper::unmap(SoundName)));
+01478 }
+01479 <a class="code" href="a04223.html#a626">s</a>.serial(MinBox);
+01480 <a class="code" href="a04223.html#a626">s</a>.serial(MaxBox);
+01481 <a class="code" href="a04223.html#a626">s</a>.serial(Surface);
+01482 <a class="code" href="a04223.html#a626">s</a>.serial(MaxDist);
+01483 <a class="code" href="a04223.html#a626">s</a>.serial(IsPath);
+01484 <a class="code" href="a04223.html#a626">s</a>.serialCont(Points);
+01485 }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao0" doxytag="NLSOUND::CBackgroundSoundManager::TSoundData::IsPath" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> bool <a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao0">NLSOUND::CBackgroundSoundManager::TSoundData::IsPath</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Flag for path/patatoid sound.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05472.html#l00256">256</a> of file <a class="el" href="a05472.html">background_sound_manager.h</a>.
+<p>
+Referenced by <a class="el" href="a05471.html#l00093">NLSOUND::CBackgroundSoundManager::addSound()</a>, <a class="el" href="a05471.html#l01462">serial()</a>, and <a class="el" href="a05471.html#l00861">NLSOUND::CBackgroundSoundManager::updateBackgroundStatus()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao1" doxytag="NLSOUND::CBackgroundSoundManager::TSoundData::MaxBox" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a03128.html">NLMISC::CVector</a> <a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao1">NLSOUND::CBackgroundSoundManager::TSoundData::MaxBox</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The max vector of the bounding box.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05472.html#l00250">250</a> of file <a class="el" href="a05472.html">background_sound_manager.h</a>.
+<p>
+Referenced by <a class="el" href="a05471.html#l00093">NLSOUND::CBackgroundSoundManager::addSound()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao2" doxytag="NLSOUND::CBackgroundSoundManager::TSoundData::MaxDist" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> float <a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao2">NLSOUND::CBackgroundSoundManager::TSoundData::MaxDist</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The max earing distance of the sound.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05472.html#l00254">254</a> of file <a class="el" href="a05472.html">background_sound_manager.h</a>.
+<p>
+Referenced by <a class="el" href="a05471.html#l00093">NLSOUND::CBackgroundSoundManager::addSound()</a>, <a class="el" href="a05471.html#l01462">serial()</a>, and <a class="el" href="a05471.html#l00861">NLSOUND::CBackgroundSoundManager::updateBackgroundStatus()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao3" doxytag="NLSOUND::CBackgroundSoundManager::TSoundData::MinBox" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a03128.html">NLMISC::CVector</a> <a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao3">NLSOUND::CBackgroundSoundManager::TSoundData::MinBox</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The min vector of the bounding box.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05472.html#l00248">248</a> of file <a class="el" href="a05472.html">background_sound_manager.h</a>.
+<p>
+Referenced by <a class="el" href="a05471.html#l00093">NLSOUND::CBackgroundSoundManager::addSound()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao4" doxytag="NLSOUND::CBackgroundSoundManager::TSoundData::Points" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> std::vector&lt;<a class="el" href="a03128.html">NLMISC::CVector</a>&gt; <a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao4">NLSOUND::CBackgroundSoundManager::TSoundData::Points</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The vector of points compositing the primitive.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05472.html#l00258">258</a> of file <a class="el" href="a05472.html">background_sound_manager.h</a>.
+<p>
+Referenced by <a class="el" href="a05471.html#l00093">NLSOUND::CBackgroundSoundManager::addSound()</a>, and <a class="el" href="a05471.html#l00861">NLSOUND::CBackgroundSoundManager::updateBackgroundStatus()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao5" doxytag="NLSOUND::CBackgroundSoundManager::TSoundData::Selected" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> bool <a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao5">NLSOUND::CBackgroundSoundManager::TSoundData::Selected</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Flag telling if this sound is currently selected for play by bounding box.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05472.html#l00260">260</a> of file <a class="el" href="a05472.html">background_sound_manager.h</a>.
+<p>
+Referenced by <a class="el" href="a05471.html#l00093">NLSOUND::CBackgroundSoundManager::addSound()</a>, and <a class="el" href="a05471.html#l00861">NLSOUND::CBackgroundSoundManager::updateBackgroundStatus()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao6" doxytag="NLSOUND::CBackgroundSoundManager::TSoundData::Sound" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02246.html">CSound</a>* <a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao6">NLSOUND::CBackgroundSoundManager::TSoundData::Sound</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The reference to the sound.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05472.html#l00243">243</a> of file <a class="el" href="a05472.html">background_sound_manager.h</a>.
+<p>
+Referenced by <a class="el" href="a05471.html#l00093">NLSOUND::CBackgroundSoundManager::addSound()</a>, <a class="el" href="a05471.html#l01462">serial()</a>, and <a class="el" href="a05471.html#l00861">NLSOUND::CBackgroundSoundManager::updateBackgroundStatus()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao7" doxytag="NLSOUND::CBackgroundSoundManager::TSoundData::SoundName" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a05378.html#a236">NLMISC::TStringId</a> <a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao7">NLSOUND::CBackgroundSoundManager::TSoundData::SoundName</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The name of the sound.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05472.html#l00241">241</a> of file <a class="el" href="a05472.html">background_sound_manager.h</a>.
+<p>
+Referenced by <a class="el" href="a05471.html#l00093">NLSOUND::CBackgroundSoundManager::addSound()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao8" doxytag="NLSOUND::CBackgroundSoundManager::TSoundData::Source" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02254.html">CSourceCommon</a>* <a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao8">NLSOUND::CBackgroundSoundManager::TSoundData::Source</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+A source instance of the sound (may be NULL).
+<p>
+
+<p>
+Definition at line <a class="el" href="a05472.html#l00245">245</a> of file <a class="el" href="a05472.html">background_sound_manager.h</a>.
+<p>
+Referenced by <a class="el" href="a05471.html#l00093">NLSOUND::CBackgroundSoundManager::addSound()</a>, <a class="el" href="a05471.html#l01462">serial()</a>, and <a class="el" href="a05471.html#l00861">NLSOUND::CBackgroundSoundManager::updateBackgroundStatus()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao9" doxytag="NLSOUND::CBackgroundSoundManager::TSoundData::Surface" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> float <a class="el" href="a02251.html#NLSOUND_1_1CBackgroundSoundManager_1_1TSoundDatao9">NLSOUND::CBackgroundSoundManager::TSoundData::Surface</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The surface of the bounding box (used for patatoid competition).
+<p>
+
+<p>
+Definition at line <a class="el" href="a05472.html#l00252">252</a> of file <a class="el" href="a05472.html">background_sound_manager.h</a>.
+<p>
+Referenced by <a class="el" href="a05471.html#l00093">NLSOUND::CBackgroundSoundManager::addSound()</a>, and <a class="el" href="a05471.html#l00861">NLSOUND::CBackgroundSoundManager::updateBackgroundStatus()</a>. </td>
+ </tr>
+</table>
+<hr>The documentation for this struct was generated from the following files:<ul>
+<li><a class="el" href="a05472.html">background_sound_manager.h</a><li><a class="el" href="a05471.html">background_sound_manager.cpp</a></ul>
+<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 14:32:09 2004 for NeL by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 >
+</a>1.3.6 </small></address>
+</body>
+</html>