Plasma Engine  2.0
Loading...
Searching...
No Matches
plProcGenExpressionFunctions Struct Reference

Static Public Attributes

static plExpressionFunction s_ApplyVolumesFunc
 
static plExpressionFunction s_GetInstanceSeedFunc
 

Member Data Documentation

◆ s_ApplyVolumesFunc

plExpressionFunction plProcGenExpressionFunctions::s_ApplyVolumesFunc
static
Initial value:
= {
{plMakeHashedString("ApplyVolumes"), plMakeArrayPtr(s_ApplyVolumesTypes), 5, plExpression::RegisterType::Float},
&ApplyVolumes,
&ApplyVolumesValidate,
}

◆ s_GetInstanceSeedFunc

plExpressionFunction plProcGenExpressionFunctions::s_GetInstanceSeedFunc
static
Initial value:
= {
{plMakeHashedString("GetInstanceSeed"), plMakeArrayPtr(&s_GetInstanceSeedTypes, 0), 0, plExpression::RegisterType::Int},
&GetInstanceSeed,
&GetInstanceSeedValidate,
}

The documentation for this struct was generated from the following files: