Navigation

    Colyseus
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. pizza
    P

    pizza

    @pizza

    Chat Follow Unfollow
    0
    Reputation
    1
    Posts
    785
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • Profile
    • More
      • Continue chat with pizza
      • Flag Profile
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    pizza Follow

    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 •