SyncedNetworkData.OnDataChangedListenerFunction When data changes (no matter where, it will be applied on both client and server sides), listener will be called with received or set synced data.CallableOnDataChangedListenerFunction(data: SyncedNetworkData, key: string, isExternal: boolean): voidParametersdata: SyncedNetworkDatakey: stringisExternal: booleanReturns void
When data changes (no matter where, it will be applied on both client and server sides), listener will be called with received or set synced data.