-
Notifications
You must be signed in to change notification settings - Fork 105
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
API
: CSPlayer and CKnife additions + headers refactory
#277
Conversation
Interface was coded but never implemented. It needs tests
Implement RG_CreateWeaponBox hook
Interface was coded but never implemented. It needs tests
Consider this one also: #275 :) |
API
: CSPlayer and CKnife additions + ReGameDLL API update + headers refactoryAPI
: CSPlayer and CKnife additions + headers refactory
@s1lentq just merged master into this and updated a few lines considering the lasts additions |
This comment was marked as outdated.
This comment was marked as outdated.
@Vaqtincha thing is, CreateWeaponBox doesn't belong to CWeaponBox class, neither a virtual or derived function of it, it just returns an object from the CWeaponBox class, it's outside class declaration/scope |
then noticed. OK |
hook_callback.cpp/h
declarations based onregamedll_api.h
: to maintain the order of functions being added as the API is extended.Updated regamedll_api.h (version and new functions added) (s1lentq/ReGameDLL_CS@eb91f92)(added in 87e4858)Some commits are really old so I'm concerned about how this old is getting this. Depending on this PR I'll be adding a bunch of new API functions, including some new natives, so I'll be glad to keep extending this in function of your approvals