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

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

private fnSendSync ( SwordObject cpt, int id, int sendId, int syncValue, int e, int f, int z, int x ) : int
cpt SwordObject
id int
sendId int
syncValue int
e int
f int
z int
x int
Результат int
        private int fnSendSync(SwordObject cpt, int id, int sendId, int syncValue, int e, int f, int z, int x)
        {
            SwordObject target = _objMan.FetchObject((uint)sendId);
            target.sync = syncValue;
            return SCRIPT_CONT;
        }