superyu1337 / radarflow2

A web radar for CS2 utilizing memflow
44 stars 11 forks source link

c9a253) error[E0425]: cannot find value dwGameEntitySystem_getHighestEntityIndex in module cs2dumper::offsets::client_dll --> src/dma/threaddata/mod.rs:181:91 | 181 | ...lient_dll::dwGameEntitySystem_getHighestEntityIndex as u64).into(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: dwGameEntitySystem_highestEntityIndex | ::: src/dma[表情]2dumper/offsets_mod.rs:13:13 | 13 | ... pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510; | ---------------------------------------------------------------- similarly named constant dwGameEntitySystem_highestEntityIndex defined here For more information about this error, try rustc --explain E0425. The following warnings were emitted during compilation: #42

Closed SuperLifeown closed 3 months ago

SuperLifeown commented 3 months ago
c9a253) error[E0425]: cannot find value dwGameEntitySystem_getHighestEntityIndex in module cs2dumper::offsets::client_dll --> src/dma/threaddata/mod.rs:181:91 181 ...lient_dll::dwGameEntitySystem_getHighestEntityIndex as u64).into(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: dwGameEntitySystem_highestEntityIndex

::: src/dma[表情]2dumper/offsets_mod.rs:13:13 | 13 | ... pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510; | ---------------------------------------------------------------- similarly named constant dwGameEntitySystem_highestEntityIndex defined here

For more information about this error, try rustc --explain E0425. The following warnings were emitted during compilation: e92e7ee195e7fb94956dcf6149961bc2

dreadjedreck commented 3 months ago

Rename dwGameEntitySystem_getHighestEntityIndex to dwGameEntitySystem_highestEntityIndex

SuperLifeown commented 3 months ago

将 dwGameEntitySystem_getHighestEntityIndex 重命名为 dwGameEntitySystem_highestEntityIndex

thanks