Home > server > Entity > setModelHiddenNodes
Entity.setModelHiddenNodes() method
Sets the nodes to hide on the entity's model. Matched nodes will be hidden for all players. Uses case insensitive substring matching.
Signature:
setModelHiddenNodes(modelHiddenNodes: string[]): void;|
Parameter |
Type |
Description |
|---|---|---|
|
modelHiddenNodes |
string[] |
The nodes to hide on the entity's model. |
void