Skip to content

Commit

Permalink
GH-691 Use function argument names rather than class names
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Aug 10, 2024
1 parent 8df1734 commit 0124555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/nodes/functions/call_function.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class OScriptNodeCallFunction : public OScriptNode

/// Specifies whether arguments that are class types should be labeled by class names
/// @return true to use class names, return false to use pin label or name
virtual bool _use_argument_class_name() const { return true; }
virtual bool _use_argument_class_name() const { return false; }

/// Return whether the return value pin should be labeled
/// @param p_pin the return value pin
Expand Down

0 comments on commit 0124555

Please sign in to comment.