File Details
LibP2PDB-6.zip
- R
- Mar 3, 2026
- 45.99 KB
- 9
- 11.2.7+5
- Retail + 3
File Name
LibP2PDB-6.zip
Supported Versions
- 11.2.7
- 5.5.3
- 4.4.2
- 3.4.5
- 2.5.5
- 1.15.8
- Tweak "rows per chunk" value to be half the size (128) for a smoother spread
- Remove deprecated
GetPeerIdandGetPeerIdFromGUID, which have been replaced withGetLocalPeerIDandPlayerGUIDToPeerIDrespectively - Allow dropping rows entirely during
onMigrateRowby returningnilkey, or marking as tombstone (deleted) by returningnildata. IMPORTANT NOTE: must returnsource.key, source.datato preserve source data as-is. - Allow dropping table entirely during
onMigrateTableby returningnil. IMPORTANT NOTE: must returnsource.TableNameto preserve source table as-is. - Pass both new and old data in
onChangecallbacks, and ensure both are copies so they can't be changed insideonChangecallback. Useful to do comparison and run logic when data change.