Difference between revisions of "HPL3/Amnesia: Rebirth/Scripting/cFractalNoiseParams"

From Frictional Wiki
Jump to navigation Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== {{CodeDocSummaryTop|Field Type|Field Name...")
 
(No difference)

Latest revision as of 23:08, 15 November 2020

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

Field Type Field Name And Description
bool mbUseAbsResult
float mfOctaveMul
float mfStartAmplitude
float mfStartFrequency
int mlNumOfOctaves
eNoiseType mNoiseType

Functions

cFractalNoiseParams has no public functions

Details

mbUseAbsResult

bool mbUseAbsResult

mfOctaveMul

float mfOctaveMul

mfStartAmplitude

float mfStartAmplitude

mfStartFrequency

float mfStartFrequency

mlNumOfOctaves

int mlNumOfOctaves

mNoiseType

eNoiseType mNoiseType

References

See all references...