User Tools

Site Tools


prpl:getmousecell

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:getmousecell [2016/12/02 23:33] – external edit 127.0.0.1prpl:getmousecell [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]]
  
-=====  GETMOUSECELL  =====+=====  GetMouseCell  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+| | MouseX MouseY | [ - int int] |
  
  
 === Description === === Description ===
 +Gets the current cell coordinates of the mouse pointer.
 +
 +See also: [[.:getmouseposition|GetMousePosition]]
  
 === Examples === === Examples ===
-<code> Vector3 wp2 = GameSpace.instance.mainCamera.ScreenToWorldPoint(Input.mousePosition);  +<code prpl
- stack.Push(new Data((int)(wp2.x / (float)GameSpace.GRID_SIZE)));  +GetMouseCell ->X ->Y #Simply Gets coordinates of mouse
- stack.Push(new Data((int)(wp2.y / (float)GameSpace.GRID_SIZE)));  +
- +
 </code> </code>
  
prpl/getmousecell.1480721632.txt.gz · Last modified: 2025/02/14 14:56 (external edit)