System::pow
Внешний вид
Syntax
<syntaxhighlight lang="javascript">mp.game.system.pow(base, exponent);</syntaxhighlight>
Required Arguments
- base: float
- exponent: float
Return value
- float
Example
<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>