MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetSeedRef

Method GetSeedRef

engine/Random/randomGen.hpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 __forceinline int GetSeed(int x, int z) const { return _seedTable.Seed(x, z); }
46 __forceinline int GetSeedRef(int x, int z) const { return _seedTable.SeedRef(x, z); }
47 __forceinline int GetSeed(int x, int z, int y) const { return _seedTable.Seed(x, z, y); }
48};
49

Callers 1

test_randomGen.cppFile · 0.80

Calls 1

SeedRefMethod · 0.80

Tested by

no test coverage detected