RequestModel

Request an object model before creating an object

Parameters description

ParameterTypeDescriptionDefault

model

string|integer|string[]|integer[]

the model to load or the modules

----

Example

HRLib.RequestModel('prop_tool_blowtorch')

-- Or

HRLib.RequestModel({
    'prop_medstation_04',
    'prop_tool_blowtorch',
    'prop_worklight_04b'
})

Last updated