mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Rename Advanced Throwing component to be in-line with other advanced_ components (#4318)
* Rename Advanced Throwing component to be in-line with other advanced_ components * Rename wiki page as well * Add redirect from old wiki page
This commit is contained in:
17
addons/advanced_throwing/XEH_PREP.hpp
Normal file
17
addons/advanced_throwing/XEH_PREP.hpp
Normal file
@ -0,0 +1,17 @@
|
||||
PREP(canPrepare);
|
||||
PREP(canThrow);
|
||||
PREP(drawArc);
|
||||
PREP(drawThrowable);
|
||||
PREP(exitThrowMode);
|
||||
PREP(getMuzzle);
|
||||
PREP(moduleInit);
|
||||
PREP(onKeyDown);
|
||||
PREP(onMouseButtonDown);
|
||||
PREP(onMouseScroll);
|
||||
PREP(pickUp);
|
||||
PREP(prepare);
|
||||
PREP(prime);
|
||||
PREP(renderPickUpInteraction);
|
||||
PREP(throw);
|
||||
PREP(throwFiredXEH);
|
||||
PREP(updateControlsHint);
|
Reference in New Issue
Block a user