Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 823 Bytes

File metadata and controls

53 lines (26 loc) · 823 Bytes

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;

Parameters

Parameter

Type

Description

modelHiddenNodes

string[]

The nodes to hide on the entity's model.

**Returns:**

void