Example #1
0
    protected override bool IsActiveImpl(byte device, byte control)
    {
        if (owner.isBoundToClient == false)
        {
            return(false);
        }

        return(AXRServerPlugin.IsInputActive(owner.playerID, device, control));
    }