From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_NL3D__CPSFrequency.html | 299 +++++++++++++++++++++++++ 1 file changed, 299 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CPSFrequency.html (limited to 'docs/doxygen/nel/class_NL3D__CPSFrequency.html') diff --git a/docs/doxygen/nel/class_NL3D__CPSFrequency.html b/docs/doxygen/nel/class_NL3D__CPSFrequency.html new file mode 100644 index 00000000..43b812ba --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CPSFrequency.html @@ -0,0 +1,299 @@ + + + + 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  
+

NL3D::CPSFrequency Struct Reference

this struct is used for describing the frequency of emission. +More... +

+#include <ps_emitter.h> +

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

Public Types

enum  TFreqType {
+  regular = 0, +
+  onDeath = 1, +
+  once = 2 +
+ }

Public Methods

 CPSFrequency ()
 ctor an emitter that emit as much as possible 5each frame). More...

void serial (NLMISC::IStream &f)

Public Attributes

enum NL3D::CPSFrequency::TFreqType  _FreqType
float _Period
uint32 _GenNb
+


Detailed Description

+this struct is used for describing the frequency of emission. +

+ +

+ +

+Definition at line 40 of file ps_emitter.h.


Member Enumeration Documentation

+

+ + + + +
+ + + + + +
+enum NL3D::CPSFrequency::TFreqType +
+
+ + + + + +
+   + + +

+

+Enumeration values:
+ + + + +
regular +
onDeath +
once +
+
+ +

+Definition at line 43 of file ps_emitter.h.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NL3D::CPSFrequency::CPSFrequency ( + +) [inline] +
+
+ + + + + +
+   + + +

+ctor an emitter that emit as much as possible 5each frame). +

+ +

+Definition at line 49 of file ps_emitter.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void NL3D::CPSFrequency::serial ( + +NLMISC::IStream & f ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 38 of file ps_emitter.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+enum NL3D::CPSFrequency::TFreqType NL3D::CPSFrequency::_FreqType +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + +
+uint32 NL3D::CPSFrequency::_GenNb +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file ps_emitter.h.

+

+ + + + +
+ + + + + +
+float NL3D::CPSFrequency::_Period +
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file ps_emitter.h.

+


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