mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove use of _SCS from ADD_METHOD
This saves typing and is a step towards fixing #56
This commit is contained in:
parent
70b9aa379d
commit
0f687f0ccb
167 changed files with 1192 additions and 1195 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue