NScumm.Sword1.Logic.fnKillId C# (CSharp) Метод

fnKillId() приватный Метод

private fnKillId ( 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
Результат int
        private int fnKillId(SwordObject cpt, int id, int target, int d, int e, int f, int z, int x)
        {
            SwordObject targetObj = _objMan.FetchObject((uint)target);
            targetObj.status = 0;
            return SCRIPT_CONT;
        }