This is an old revision of the document!
<- PRPL reference <- Input
Arguments | Result | Notation |
---|---|---|
int | bool | [ int - bool ] |
0 = Left Mouse, 1 = Right Mouse, 2 = Middle Mouse
i1 = GetIntFromStack(); stack.Push(new Data(Input.GetMouseButtonDown(i1) ? 1 : 0));