Input
Functions
IsKeyPressed (Boolean)
Parameters
Example
local TRUE = true
local FALSE = false
local isHoldingDownRightMouseButtonAkaRightClickForAimbotPurposes = FALSE;
if IsKeyPressed(Key.MOUSELEFT) then
isHoldingDownRightMouseButtonAkaRightClickForAimbotPurposes = TRUE
else
isHoldingDownRightMouseButtonAkaRightClickForAimbotPurposes = FALSE;
endWasKeyPressed (Boolean)
Parameters
Example
GetMousePosition (FVector)
Example
Key
Keys
Last updated