Implement native extension system
* Deprecates GDNative in favor of a simpler, lower level interface. * New extension system allows registering core engine classes. * Simple header interface in gdnative_interace.h
This commit is contained in:
parent
c8444c3ee0
commit
b1d15c51bc
50 changed files with 3316 additions and 224 deletions
|
|
@ -135,6 +135,8 @@ public:
|
|||
|
||||
void set_default_arguments(const Vector<Variant> &p_defargs);
|
||||
|
||||
uint32_t get_hash() const;
|
||||
|
||||
MethodBind();
|
||||
virtual ~MethodBind();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue