Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
oe::ext::js::CallableEntity Struct Reference

JavaScript callable entity (can be either a class or a function) More...

#include <OxygenEngine/ext/javascript.h>

Public Attributes

std::string name
 Name of the entity.
 
duk_c_function callback
 Callback of the entity (For classes, this means the constructor)
 
duk_idx_t callback_args_count = 0
 Number of arguments of the callback.
 

Detailed Description

JavaScript callable entity (can be either a class or a function)


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