Closed imjamesb closed 1 year ago
There should be functions to get the yaw and pitch of a player using the neural interface.
These functions can be found within .getMeta___() type functions
.getMeta___()
for example:
local modules = peripheral.wrap("back") local meta = modules.getMetaOwner() local pitch = meta.pitch local yaw = meta.yaw
There should be functions to get the yaw and pitch of a player using the neural interface.