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 cd89861 commit b709e5aCopy full SHA for b709e5a
godot-codegen/src/generator/virtual_traits.rs
@@ -119,7 +119,7 @@ fn make_special_virtual_methods(notification_enum_name: &Ident) -> TokenStream {
119
unimplemented!()
120
}
121
122
- /// Called whenever Godot [`validate_property()`](crate::classes::Object::validate_property) is called. Allows to customize existing properties.
+ /// Called whenever Godot retrieves value of property. Allows to customize existing properties.
123
/// Every property info goes through this method, except properties **added** with `get_property_list()`.
124
///
125
/// Exposed `property` here is a shared mutable reference obtained (and returned to) from Godot.
0 commit comments