mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-02 22:35:55 +01:00
Bind enum constants.
This commit is contained in:
parent
a1402fd46a
commit
9c28249819
@ -170,5 +170,8 @@ void PropInstanceJob::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("_execute_phase"), &PropInstanceJob::_execute_phase);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("prop_instance_exit_tree"), &PropInstanceJob::prop_instance_exit_tree);
|
||||
}
|
||||
|
||||
BIND_ENUM_CONSTANT(BUILD_PHASE_TYPE_NORMAL);
|
||||
BIND_ENUM_CONSTANT(BUILD_PHASE_TYPE_PROCESS);
|
||||
BIND_ENUM_CONSTANT(BUILD_PHASE_TYPE_PHYSICS_PROCESS);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user