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

        return(AXRServerPlugin.GetInputAxis2D(owner.playerID, device, control, ref axis2D));
    }