Difference between revisions of "Noise:getNoiseType"

From GiderosMobile
(Created page with "'''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Class</translate>:''' Noise<br/> === Description === Returns the noise type used by GetNo...")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
'''<translate>Available since</translate>:''' Gideros 2019.12<br/>
+
'''Available since:''' Gideros 2019.12<br/>
'''<translate>Class</translate>:''' [[Noise]]<br/>
+
'''Class:''' [[FastNoise]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Returns the noise type used by GetNoise.
 
Returns the noise type used by GetNoise.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(constant) = Noise:getNoiseType()
 
(constant) = Noise:getNoiseType()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
 
'''Returns''' (constant) noise type<br/>
 
'''Returns''' (constant) noise type<br/>
  
{{Noise}}
+
{{FastNoise}}

Latest revision as of 23:34, 28 July 2025