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
Possible ways of approaching this problem:
Easy way Using existing code, just restructure the code and see if it just works. I believe this is the most simple way to do it.
Hard way Start from scratch, yet using physics and math and engine calculations as real as possible
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is an example of a function being named wrong, yet collecting other code that must have been split up in other functions
https://github.com/RedDeadlyCreeper/ArmoredCombatExtended/blob/190d60e3c5e3e9c7ec61c98787f86ffe225abac0/lua/entities/acf_engine/init.lua#L524C1-L524C1
Possible ways of approaching this problem:
Easy way
Using existing code, just restructure the code and see if it just works. I believe this is the most simple way to do it.
Hard way
Start from scratch, yet using physics and math and engine calculations as real as possible
The text was updated successfully, but these errors were encountered: