mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 20:36:53 +01:00
Small cleanups.
This commit is contained in:
parent
7eed422442
commit
a19be9b170
@ -1086,7 +1086,7 @@ void _HTMLTag::_bind_methods() {
|
|||||||
|
|
||||||
ClassDB::bind_method(D_METHOD("attrib", "attr", "val"), &_HTMLTag::attrib);
|
ClassDB::bind_method(D_METHOD("attrib", "attr", "val"), &_HTMLTag::attrib);
|
||||||
|
|
||||||
ClassDB::bind_method(D_METHOD("start", "new__tag", "simple"), &_HTMLTag::start, false);
|
ClassDB::bind_method(D_METHOD("start", "new_tag", "simple"), &_HTMLTag::start, false);
|
||||||
|
|
||||||
ClassDB::bind_method(D_METHOD("reset"), &_HTMLTag::reset);
|
ClassDB::bind_method(D_METHOD("reset"), &_HTMLTag::reset);
|
||||||
ClassDB::bind_method(D_METHOD("close"), &_HTMLTag::close);
|
ClassDB::bind_method(D_METHOD("close"), &_HTMLTag::close);
|
||||||
|
Loading…
Reference in New Issue
Block a user