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

        return(AXRServerPlugin.IsInputDirectionActive(owner.playerID, device, control, (byte)direction));
    }