You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
replaced :var by :Variant in documentation, fixes #2897
This commit is contained in:
@@ -260,7 +260,7 @@ void ShaderGraph::_bind_methods() {
|
||||
ObjectTypeDB::bind_method(_MD("clear","shader_type"),&ShaderGraph::clear);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("node_set_state","shader_type","id","state"),&ShaderGraph::node_set_state);
|
||||
ObjectTypeDB::bind_method(_MD("node_get_state:var","shader_type","id"),&ShaderGraph::node_get_state);
|
||||
ObjectTypeDB::bind_method(_MD("node_get_state:Variant","shader_type","id"),&ShaderGraph::node_get_state);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("_set_data"),&ShaderGraph::_set_data);
|
||||
ObjectTypeDB::bind_method(_MD("_get_data"),&ShaderGraph::_get_data);
|
||||
|
||||
Reference in New Issue
Block a user