From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- ...tNLSOUND_1_1CBackgroundSound_1_1TSoundInfo.html | 242 +++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 docs/doxygen/nel/structNLSOUND_1_1CBackgroundSound_1_1TSoundInfo.html (limited to 'docs/doxygen/nel/structNLSOUND_1_1CBackgroundSound_1_1TSoundInfo.html') diff --git a/docs/doxygen/nel/structNLSOUND_1_1CBackgroundSound_1_1TSoundInfo.html b/docs/doxygen/nel/structNLSOUND_1_1CBackgroundSound_1_1TSoundInfo.html new file mode 100644 index 00000000..ec084c58 --- /dev/null +++ b/docs/doxygen/nel/structNLSOUND_1_1CBackgroundSound_1_1TSoundInfo.html @@ -0,0 +1,242 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLSOUND::CBackgroundSound::TSoundInfo Struct Reference

Associtation clas for storage of sound / filter. +More... +

+#include <background_sound.h> +

+List of all members. + + + + + + + + + +

Public Methods

void serial (NLMISC::IStream &s)

Public Attributes

std::string SoundName
uint32 FilterFadeIn
 Fade in length (ms) after environnement filter end. More...

uint32 FilterFadeOut
 Fade out length (ms) after environnement filter start. More...

UAudioMixer::TBackgroundFlags Filter
+


Detailed Description

+Associtation clas for storage of sound / filter. +

+If flag is not set, then the sound cannot be played when the environnement status is on. Ex : if Night is not set, then the sound is not played during the night. +

+ +

+Definition at line 96 of file background_sound.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLSOUND::CBackgroundSound::TSoundInfo::serial NLMISC::IStream  s [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 105 of file background_sound.h. +

+References Filter, FilterFadeIn, FilterFadeOut, s, NLMISC::IStream::serial, and SoundName.

+


Member Data Documentation

+

+ + + + +
+ + +
UAudioMixer::TBackgroundFlags NLSOUND::CBackgroundSound::TSoundInfo::Filter +
+
+ + + + + +
+   + + +

+ +

+Definition at line 103 of file background_sound.h. +

+Referenced by serial.

+

+ + + + +
+ + +
uint32 NLSOUND::CBackgroundSound::TSoundInfo::FilterFadeIn +
+
+ + + + + +
+   + + +

+Fade in length (ms) after environnement filter end. +

+ +

+Definition at line 100 of file background_sound.h. +

+Referenced by serial.

+

+ + + + +
+ + +
uint32 NLSOUND::CBackgroundSound::TSoundInfo::FilterFadeOut +
+
+ + + + + +
+   + + +

+Fade out length (ms) after environnement filter start. +

+ +

+Definition at line 102 of file background_sound.h. +

+Referenced by serial.

+

+ + + + +
+ + +
std::string NLSOUND::CBackgroundSound::TSoundInfo::SoundName +
+
+ + + + + +
+   + + +

+ +

+Definition at line 98 of file background_sound.h. +

+Referenced by serial.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1