29 CompiledExpressionWithContentScope& operator=(CompiledExpressionWithContentScope
const&);
30 CompiledExpressionWithContentScope(CompiledExpressionWithContentScope
const&);
31 CompiledExpressionWithContentScope();
36 virtual ::std::unique_ptr<::Molang::details::IComplexExpression> clone()
const ;
38 virtual ::MolangScriptArg
const& evalGeneric(
::RenderParams& params)
const ;
47 ::MolangVersion version,
48 bool hasVariableAssignments
58 ::MolangVersion version,
59 bool hasVariableAssignments
66 MCNAPI ::std::unique_ptr<::Molang::details::IComplexExpression>
$clone()
const;
MCAPI CompiledExpressionWithContentScope(::Molang::details::Program instructions, ::Bedrock::StaticOptimizedString expressionString, ::MolangVersion version, bool hasVariableAssignments)
MCAPI void * $ctor(::Molang::details::Program instructions, ::Bedrock::StaticOptimizedString expressionString, ::MolangVersion version, bool hasVariableAssignments)
static MCAPI void ** $vftable()
MCAPI::MolangScriptArg const & $evalGeneric(::RenderParams ¶ms) const
MCAPI ::std::unique_ptr<::Molang::details::IComplexExpression > $clone() const
Definition CompiledExpressionWithoutContentScope.h:22