OpenClonk
ThisImpl< C4Object > Struct Reference

#include <C4AulDefFunc.h>

Static Public Member Functions

static C4ObjectConv (C4PropList *_this, C4AulFunc *func)
 

Detailed Description

Definition at line 97 of file C4AulDefFunc.h.

Member Function Documentation

◆ Conv()

static C4Object* ThisImpl< C4Object >::Conv ( C4PropList _this,
C4AulFunc func 
)
inlinestatic

Definition at line 99 of file C4AulDefFunc.h.

100  {
101  C4Object* Obj = _this ? _this->GetObject() : nullptr;
102  if (Obj)
103  return Obj;
104  else
105  throw NeedObjectContext(func->GetName());
106  }
const char * GetName() const
Definition: C4AulFunc.h:56
virtual C4Object * GetObject()
Definition: C4PropList.cpp:636

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