Expose Player Ability Functions to Lua
Part of a series of isolations from !1472 (closed). Exposes P_DoFiring
, P_DoSpinAbility
, P_PlayerShieldThink
, and P_DoJumpStuff
to Lua. P_DoFiring
handles Ringslinger abilities, P_DoSpinAbility
handles spin-button abilities, P_PlayerShieldThink
handles shield abilities, and P_DoJumpStuff
handles jump-button abilities. Useful if you want to call a certain ability's behavior without actually using it. A use case would be calling P_DoJumpStuff
in an JumpSpinSpecial
hook to allow a character to have two CA_ abilities. Or calling P_PlayerShieldThink
when pressing custom 1 to allow a character to still use shield abilities when jump or spin have abilities in the air already.
Merge request reports
Activity
added Lua label
added small label
added 665 commits
-
9cd8e8e2...a68440c4 - 664 commits from branch
STJr:next
- 3f7c4fe0 - Merge branch SRB2:next into expos-ability
-
9cd8e8e2...a68440c4 - 664 commits from branch
added 50 commits
-
3f7c4fe0...cec5338f - 49 commits from branch
STJr:next
- 6441148a - Merge branch SRB2:next into expos-ability
-
3f7c4fe0...cec5338f - 49 commits from branch
added 48 commits
-
6441148a...5fc7a5c2 - 47 commits from branch
STJr:next
- a4017b39 - Merge branch 'next' into 'expos-ability'
-
6441148a...5fc7a5c2 - 47 commits from branch
added Unmergeable label
added 513 commits
-
a4017b39...4649f3a4 - 512 commits from branch
STJr:next
- 3a2a7348 - Merge branch 'next' into expos-ability
-
a4017b39...4649f3a4 - 512 commits from branch
added 167 commits
-
3a2a7348...2747e30f - 166 commits from branch
STJr:next
- 9c5f346c - Merge branch SRB2:next into expos-ability
-
3a2a7348...2747e30f - 166 commits from branch
removed Unmergeable label
added 28 commits
-
9c5f346c...6d645acb - 27 commits from branch
STJr:next
- 3d5793cc - Merge branch SRB2:next into expos-ability
-
9c5f346c...6d645acb - 27 commits from branch
requested review from @LoganAir
added Unmergeable label
added 694 commits
-
3d5793cc...68f40d8a - 693 commits from branch
STJr:next
- a186e635 - Merge branch 'next' into SRB2-expos-ability
-
3d5793cc...68f40d8a - 693 commits from branch
changed milestone to %2.2.15
removed Unmergeable label
changed milestone to %2.2.16
added Unmergeable label