GTA V NativesdatafileDatafile::objectValueAddIntegerOn this pageDatafile::objectValueAddIntegerSyntax ```js mp.game.datafile.objectValueAddInteger(objectData, key, value); ``` Required Arguments objectData: unknown (to be checked) key: String value: int Return value Undefined Example ```js // todo ``` See also