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

fnInnerSpace() private method

private fnInnerSpace ( 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 fnInnerSpace(SwordObject cpt, int id, int a, int b, int c, int d, int z, int x)
        {
            throw new InvalidOperationException("fnInnerSpace() not working");
            return SCRIPT_STOP; // for compilers that don't support NORETURN
        }