GTA V NativesdatafileDatafile::objectValueGetFloatOn this pageDatafile::objectValueGetFloatSyntax ```js mp.game.datafile.objectValueGetFloat(objectData, key); ``` Required Arguments objectData: unknown (to be checked) key: String Return value float Example ```js // todo ``` See also