| 12345678910111213141516 |
- return {
- summary = 'Get the number of materials in the Model.',
- description = 'Returns the number of materials in the Model.',
- arguments = {},
- returns = {
- {
- name = 'count',
- type = 'number',
- description = 'The number of materials in the Model.'
- }
- },
- related = {
- 'Model:getMaterialName',
- 'Model:getMaterial'
- }
- }
|