1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-26 13:25:27 +01:00

Add API for restoring PseudoRandom and PcgRandom state (#14123)

This commit is contained in:
sfence
2024-01-16 23:20:52 +01:00
committed by GitHub
parent 8093044f07
commit ceaa7e2fb0
9 changed files with 155 additions and 29 deletions

View File

@@ -27,6 +27,7 @@ read_globals = {
"Settings",
"check",
"PseudoRandom",
"PcgRandom",
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn", "indexof", "insert_all"}},