User Tools

Site Tools


prpl:getkeyup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
prpl:getkeyup [2016/12/02 23:33] – external edit 127.0.0.1prpl:getkeyup [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]+<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#input|Input]]
  
-=====  GETKEYUP  =====+=====  GetKeyUp  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+string bool | [ string bool ] |
  
  
 === Description === === Description ===
 +Checks if the key was released up on this frame.
  
 === Examples === === Examples ===
-<code> s1 = GetStringFromStack();  +<code prpl
- stack.Push(new Data(0));  +# let's say you want to launch a missile as soon as you release the "K" key 
- stack.Push(new Data(Input.GetKeyUp(kc2) ? 1 : 0));  +"K" GetKeyUp if 
- stack.Push(new Data(0));  +    @LaunchMissile 
- +endif
 </code> </code>
  
prpl/getkeyup.1480721630.txt.gz · Last modified: 2025/02/14 14:56 (external edit)