User Tools

Site Tools


prpl:getmousecell

This is an old revision of the document!


<- PRPL reference <- Everything Else 2

GETMOUSECELL

ArgumentsResultNotation
[ - ]

Description

Examples

	Vector3 wp2 = GameSpace.instance.mainCamera.ScreenToWorldPoint(Input.mousePosition); 
	stack.Push(new Data((int)(wp2.x / (float)GameSpace.GRID_SIZE))); 
	stack.Push(new Data((int)(wp2.y / (float)GameSpace.GRID_SIZE))); 
 
prpl/getmousecell.1480721632.txt.gz · Last modified: 2025/02/14 14:56 (external edit)