You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Remove use of _SCS from ADD_METHOD
This saves typing and is a step towards fixing #56
This commit is contained in:
@@ -390,7 +390,7 @@ void PackedDataContainer::_bind_methods() {
|
||||
ClassDB::bind_method(_MD("pack:Error","value"),&PackedDataContainer::pack);
|
||||
ClassDB::bind_method(_MD("size"),&PackedDataContainer::size);
|
||||
|
||||
ADD_PROPERTY( PropertyInfo(Variant::POOL_BYTE_ARRAY,"__data__"),_SCS("_set_data"),_SCS("_get_data"));
|
||||
ADD_PROPERTY( PropertyInfo(Variant::POOL_BYTE_ARRAY,"__data__"),"_set_data","_get_data");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user