mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
* Fix adv. throwing for multiple round grenades * Cleanup adv. throwing * Minor optimisation and cleanup
17 lines
305 B
C++
17 lines
305 B
C++
PREP(canPrepare);
|
|
PREP(canThrow);
|
|
PREP(drawArc);
|
|
PREP(drawThrowable);
|
|
PREP(exitThrowMode);
|
|
PREP(moduleInit);
|
|
PREP(onKeyDown);
|
|
PREP(onMouseButtonDown);
|
|
PREP(onMouseScroll);
|
|
PREP(pickUp);
|
|
PREP(prepare);
|
|
PREP(prime);
|
|
PREP(renderPickUpInteraction);
|
|
PREP(throw);
|
|
PREP(throwFiredXEH);
|
|
PREP(updateControlsHint);
|