Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.For functions that have not overload and not params that have default values,the error tip is "ccui.ScrollView:setInnerContainerSize has wrong number of arguments: 2, the minimum number expected is 1 ,the layout of the parameters are as follows:setInnerContainerSize(cc.Size)"
2.For functions that have not overload and have params that have default values,the error tip is
" cc.FileUtils:addSearchPat has wrong number of arguments: 3, the minimum number expected is 1 ,the layout of the parameters are as follows:addSearchPath(string) or addSearchPath(string, bool)")"
3.For functions that have overload,the error tip is "cc.Node:addChild has wrong number of arguments:4, the minimum number expected is 2, the layout of the parameters are as follows:addChild(cc.Node, int) or addChild(cc.Node) or addChild(cc.Node, int, int) or addChild(cc.Node, int, string)"