mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-08 12:23:48 +00:00
Make sure operators appear in the docs too
Add "operator" and "constructor" qualifiers to make it easier to see in the docs.
This commit is contained in:
@@ -2145,8 +2145,8 @@ static const char *_op_names[Variant::OP_MAX] = {
|
||||
"-",
|
||||
"*",
|
||||
"/",
|
||||
"- (negation)",
|
||||
"+ (positive)",
|
||||
"-",
|
||||
"+",
|
||||
"%",
|
||||
"<<",
|
||||
">>",
|
||||
|
||||
Reference in New Issue
Block a user