API AscendStop
Talk0
98,472pages on
this wiki
this wiki
This doesn't appear to affect the actual jump at all and is used as a way for users to get when the jump key was released.
AscendStop();
Contents |
Parameters
Edit
Arguments
Edit
None
Returns
Edit
Nothing
Details
Edit
This is called when the jump key is released, regardless if you are in the middle of the jump or held it down until the jump finished.
Example
Edit
Display a message with "Jump Released" in it everytime you release the jump key.
hooksecurefunc( "AscendStop", function() DEFAULT_CHAT_FRAME:AddMessage( "Jump Released" ); end );