Difference between revisions of "Talk:SetPos"
Jump to navigation
Jump to search
m
no edit summary
imported>QQuix (Moving light - test results) |
imported>8asrun6aer m |
||
Line 62: | Line 62: | ||
set zp to player.getPos Z | set zp to player.getPos Z | ||
player.setPos Z zp | player.setPos Z zp | ||
=How to avoid Wall/Ceiling Collisions= | |||
Basically: how to avoid setting an object/actor's position to inside or beyond a wall or ceiling? For ground, there's the [[Determining_Ground_Position]] discussion page going on. But as for walls and ceilings, any hints? |