|
@@ -8,13 +8,6 @@ return {
|
|
|
type = 'Device',
|
|
|
default = 'head',
|
|
|
description = 'The device to load a model for.'
|
|
|
- }
|
|
|
- },
|
|
|
- returns = {
|
|
|
- {
|
|
|
- name = 'model',
|
|
|
- type = 'Model',
|
|
|
- description = 'The new Model, or `nil` if a model could not be loaded.'
|
|
|
},
|
|
|
{
|
|
|
name = 'options',
|
|
@@ -31,6 +24,13 @@ return {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ returns = {
|
|
|
+ {
|
|
|
+ name = 'model',
|
|
|
+ type = 'Model',
|
|
|
+ description = 'The new Model, or `nil` if a model could not be loaded.'
|
|
|
+ }
|
|
|
+ },
|
|
|
notes = 'This is only supported on the `openvr` and `vrapi` drivers right now.',
|
|
|
example = [[
|
|
|
local models = {}
|