@@ -13413,6 +13413,7 @@ return {
description = "Returns a table with all of the currently tracked hand devices.",
key = "lovr.headset.getHands",
module = "lovr.headset",
+ notes = "The hand paths *always* be either `hand/left` or `hand/right`.",
variants = {
{
arguments = {},
@@ -12,6 +12,7 @@ return {
description = 'The currently tracked hand devices.'
}
},
+ notes = 'The hand paths *always* be either `hand/left` or `hand/right`.',
example = [[
function lovr.update(dt)
for i, hand in ipairs(lovr.headset.getHands()) do