Example #1
0
    protected override void PendVibrationImpl(byte device, byte control, float frequency, float amplitude)
    {
        if (owner.isBoundToClient == false)
        {
            return;
        }

        AXRServerPlugin.PendInputVibration(owner.playerID, device, control, frequency, amplitude);
    }