Dlc1::getNumForcedComponents
Внешний вид
Returns number of possible values of the componentId argument of GET_FORCED_COMPONENT.
Syntax
<syntaxhighlight lang="javascript">mp.game.dlc1.getNumForcedComponents(componentHash);</syntaxhighlight>
Required Arguments
- componentHash: Model hash or name
Return value
- int
Example
<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>