<- PRPL reference <- Input

GetKeyDown

ArgumentsResultNotation
string bool [ string - bool ]

Description

Checks if the key was pressed down on this frame.

Examples

"Space" GetKeyDown if
    @Fire #will be called only on the frame you press enter
endif