NScumm.Sword1.Logic.fnStartTalk C# (CSharp) Méthode

fnStartTalk() private méthode

private fnStartTalk ( SwordObject cpt, int id, int target, int d, int e, int f, int z, int x ) : int
cpt SwordObject
id int
target int
d int
e int
f int
z int
x int
Résultat int
        private int fnStartTalk(SwordObject cpt, int id, int target, int d, int e, int f, int z, int x)
        {
            cpt.down_flag = target;
            cpt.logic = LOGIC_start_talk;
            return SCRIPT_STOP;
        }