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

fnBlueFlash() private method

private fnBlueFlash ( 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 fnBlueFlash(SwordObject cpt, int id, int a, int b, int c, int d, int z, int x)
        {
            _screen.FnFlash(Screen.FLASH_BLUE);
            return SCRIPT_CONT;
        }