Dlc1::getNumDlcWeaponComponents
Внешний вид
Allowed Values from 0 - DLC1::GET_NUM_DLC_WEAPONS() - 1
Syntax
<syntaxhighlight lang="javascript">mp.game.dlc1.getNumDlcWeaponComponents(dlcWeaponIndex);</syntaxhighlight>
Required Arguments
- dlcWeaponIndex: int
Return value
- int
Example
<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>