We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b3fea commit 4ce77a0Copy full SHA for 4ce77a0
1 file changed
src/core/modules/entities/entities_entity_wrap.cpp
@@ -534,7 +534,6 @@ void export_base_entity(scope _entity)
534
make_function(&CBaseEntityWrapper::GetPhysicsObject, manage_new_object_policy()),
535
"Return the physics object of the entity.\n\n"
536
":rtype: PhysicsObject");
537
- cached_property(BaseEntity, "physics_object");
538
539
// KeyValue getter methods
540
BaseEntity.def("get_key_value_string",
0 commit comments