mirror of
https://github.com/Relintai/pmlpp.git
synced 2025-01-30 16:49:21 +01:00
Added missing bind.
This commit is contained in:
parent
eefded4f80
commit
b568eca5fe
@ -13,6 +13,7 @@ void MLPPVector::_bind_methods() {
|
|||||||
ClassDB::bind_method(D_METHOD("empty"), &MLPPVector::empty);
|
ClassDB::bind_method(D_METHOD("empty"), &MLPPVector::empty);
|
||||||
|
|
||||||
ClassDB::bind_method(D_METHOD("size"), &MLPPVector::size);
|
ClassDB::bind_method(D_METHOD("size"), &MLPPVector::size);
|
||||||
|
ClassDB::bind_method(D_METHOD("resize", "size"), &MLPPVector::resize);
|
||||||
|
|
||||||
ClassDB::bind_method(D_METHOD("get_element", "index"), &MLPPVector::get_element_bind);
|
ClassDB::bind_method(D_METHOD("get_element", "index"), &MLPPVector::get_element_bind);
|
||||||
ClassDB::bind_method(D_METHOD("set_element", "index", "val"), &MLPPVector::set_element_bind);
|
ClassDB::bind_method(D_METHOD("set_element", "index", "val"), &MLPPVector::set_element_bind);
|
||||||
|
Loading…
Reference in New Issue
Block a user