NScumm.Sword1.Logic.fnGetGamepadXy C# (CSharp) 메소드

fnGetGamepadXy() 개인적인 메소드

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
리턴 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;
        }