pocketmine\Server::setConfigInt PHP Méthode

setConfigInt() public méthode

public setConfigInt ( string $variable, integer $value )
$variable string
$value integer
    public function setConfigInt($variable, $value)
    {
        $this->properties->set($variable, (int) $value);
    }
Server