We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following code snippet raise an error in the line "this.JumpSignature":
error 105: cannot find method or property GameDataEx.JumpSignature
methodmap GameDataEx < KeyValues { public GameDataEx(char[] gameconf) { char sPath[PLATFORM_MAX_PATH]; BuildPath(Path_SM, sPath, sizeof(sPath), "gamedata/%s.txt", gameconf); KeyValues kv = new KeyValues("Games"); if( !kv.ImportFromFile(sPath) ) { LogError("Failed to load \"%s.txt\" gamedata as keyvalues file.", gameconf); delete kv; } return view_as<GameDataEx>(kv); } public bool JumpSignature(char[] name, char gamename[] = "#default") { if( strcmp(gamename, "#default") == 0 ) { if( this.JumpSignature("csgo") ) { return true; } } // ... } }
Can you allow this?
Thank you.
The text was updated successfully, but these errors were encountered:
Duplicate of #230
Sorry, something went wrong.
No branches or pull requests
Following code snippet raise an error in the line "this.JumpSignature":
Can you allow this?
Thank you.
The text was updated successfully, but these errors were encountered: