hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
56 lines (27 loc) • 807 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [Entity](./server.entity.md) > [removeModelNodeOverrides](./server.entity.removemodelnodeoverrides.md)
## Entity.removeModelNodeOverrides() method
Removes multiple model node overrides from the entity's model.
**Signature:**
```typescript
removeModelNodeOverrides(nameMatches: string[]): void;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
nameMatches
</td><td>
string\[\]
</td><td>
The name matches of the model node overrides to remove.
\*\*Category:\*\* Entities
</td></tr>
</tbody></table>
**Returns:**
void