Pesquisa resultou em 1 ocorrência

por HybridTheory
03 Jun 2018, 14:11
Fórum: Ajuda
Tópico: Memory types?
Respostas: 6
Exibições: 1520
Gênero:

Memory types?

Inan-Ahammad escreveu: hmm why?
You can identify the data type of almost every memory address on the screenshot. You just need to read their names.

fMass, fBrakeBias, fTractionLoss, TransmissionData.fEngineInertia

etc. You can easily tell that they're all float, because of the "f" on their names. (and because things like speed, mass, inertia, etc are generally expressed as float values).

And, about all the other addresses... their memory type is clearly expressed on their names as well :pokerface:

[dword]nMonetaryValue
[byte]Front lights
[dword]Index/Identifier

etc.

Voltar para “Memory types?”