Navigation

    Colyseus
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. pizza
    3. Posts
    • Profile
    • More
      • Continue chat with pizza
      • Flag Profile
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups

    Posts made by pizza

    Order trigger event when schema changed (solved)

    I have question about order of trigger event (as onAdd, onChange) when state is changed.

    example :
    when client call :
    state.numA = 0;
    state.numB = 0;

    In client, is state.numA.OnChange always trigger before state.numB.OnChange ?

    Is order of trigger event in client always protected follow order of call in server ?

    posted in Questions & Help •