NScumm.Sword1.Logic.fnGetGamepadXy C# (CSharp) Method

fnGetGamepadXy() private method

private fnGetGamepadXy ( SwordObject cpt, int id, int a, int b, int c, int d, int z, int x ) : int
cpt SwordObject
id int
a int
b int
c int
d int
z int
x int
return int
        private int fnGetGamepadXy(SwordObject cpt, int id, int a, int b, int c, int d, int z, int x)
        {
            // playstation only
            return SCRIPT_CONT;
        }