Difference between revisions of "Noise:getCellularNoiseLookup"
From GiderosMobile
(removed language stuff) |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
Returns the noise used to calculate a cell value if the cellular return type is NoiseLookup. | Returns the noise used to calculate a cell value if the cellular return type is NoiseLookup. | ||
− | < | + | <syntaxhighlight lang="lua"> |
(constant) = Noise:getCellularNoiseLookup() | (constant) = Noise:getCellularNoiseLookup() | ||
</source> | </source> |
Revision as of 15:28, 13 July 2023
Available since: Gideros 2019.12
Class: Noise
Description
Returns the noise used to calculate a cell value if the cellular return type is NoiseLookup. <syntaxhighlight lang="lua"> (constant) = Noise:getCellularNoiseLookup() </source>
Return values
Returns (constant) noise lookup value