OpenClonk
C4ScriptFnDef Struct Reference

#include <C4AulDefFunc.h>

Collaboration diagram for C4ScriptFnDef:
[legend]

Public Attributes

const char * Identifier
 
bool Public
 
C4V_Type RetType
 
C4V_Type ParType [10]
 
C4Value(* FunctionC4V )(C4PropList *_this, C4Value *)
 

Detailed Description

Definition at line 275 of file C4AulDefFunc.h.

Member Data Documentation

◆ FunctionC4V

C4Value(* C4ScriptFnDef::FunctionC4V) (C4PropList *_this, C4Value *)

Definition at line 281 of file C4AulDefFunc.h.

Referenced by C4AulDefFunc::Exec().

◆ Identifier

const char* C4ScriptFnDef::Identifier

Definition at line 277 of file C4AulDefFunc.h.

◆ ParType

C4V_Type C4ScriptFnDef::ParType[10]

Definition at line 280 of file C4AulDefFunc.h.

Referenced by C4AulDefFunc::GetParType().

◆ Public

bool C4ScriptFnDef::Public

Definition at line 278 of file C4AulDefFunc.h.

Referenced by C4AulDefFunc::GetPublic().

◆ RetType

C4V_Type C4ScriptFnDef::RetType

Definition at line 279 of file C4AulDefFunc.h.

Referenced by C4AulDefFunc::GetRetType().


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