Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tip opt #133

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Tip opt #133

wants to merge 2 commits into from

Conversation

samuele3hu
Copy link
Contributor

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)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant