<- PRPL reference <- Everything Else 2
Arguments | Result | Notation |
---|---|---|
[ - ] |
gsx = (int)(GameSpace.instance.RandDouble() * GameSpace.GRID_WIDTH); gsy = (int)(GameSpace.instance.RandDouble() * GameSpace.GRID_HEIGHT); stack.Push(new Data(gsx)); stack.Push(new Data(gsy));