OpenClonk
C4ValueConv< C4Effect * > Struct Reference

#include <C4AulDefFunc.h>

Static Public Member Functions

static C4Effect_FromC4V (C4Value &v)
 

Static Public Attributes

static constexpr C4V_Type Type = C4V_Effect
 

Detailed Description

Definition at line 191 of file C4AulDefFunc.h.

Member Function Documentation

◆ _FromC4V()

static C4Effect* C4ValueConv< C4Effect * >::_FromC4V ( C4Value v)
inlinestatic

Definition at line 194 of file C4AulDefFunc.h.

194 { C4PropList * p = v._getPropList(); return p ? p->GetEffect() : nullptr; }
virtual C4Effect * GetEffect()
Definition: C4PropList.cpp:678
C4PropList * _getPropList() const
Definition: C4Value.h:129

References C4Value::_getPropList(), and C4PropList::GetEffect().

Here is the call graph for this function:

Member Data Documentation

◆ Type

constexpr C4V_Type C4ValueConv< C4Effect * >::Type = C4V_Effect
staticconstexpr

Definition at line 193 of file C4AulDefFunc.h.


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