Reference
GTA V native db
GTA V script natives by namespace. Search by name, Jenkins hash, or runtime hash across all 6,439 natives. Each native has a dedicated page.
17 of 17 natives in APP.
- APP_CLEAR_BLOCKAPPvoid APP_CLEAR_BLOCK()
- APP_CLOSE_APPAPPvoid APP_CLOSE_APP()
- APP_CLOSE_BLOCKAPPvoid APP_CLOSE_BLOCK()
- APP_DATA_VALIDAPPBOOL APP_DATA_VALID()
- APP_DELETE_APP_DATAAPPBOOL APP_DELETE_APP_DATA(const char* appName)
- APP_GET_DELETED_FILE_STATUSAPPint APP_GET_DELETED_FILE_STATUS()
- APP_GET_FLOATAPPfloat APP_GET_FLOAT(const char* property)
- APP_GET_INTAPPint APP_GET_INT(const char* property)
- APP_GET_STRINGAPPconst char* APP_GET_STRING(const char* property)
- APP_HAS_LINKED_SOCIAL_CLUB_ACCOUNTAPPBOOL APP_HAS_LINKED_SOCIAL_CLUB_ACCOUNT()
- APP_HAS_SYNCED_DATAAPPBOOL APP_HAS_SYNCED_DATA(const char* appName)
- APP_SAVE_DATAAPPvoid APP_SAVE_DATA()
- APP_SET_APPAPPvoid APP_SET_APP(const char* appName)
- APP_SET_BLOCKAPPvoid APP_SET_BLOCK(const char* blockName)
- APP_SET_FLOATAPPvoid APP_SET_FLOAT(const char* property, float value)
- APP_SET_INTAPPvoid APP_SET_INT(const char* property, int value)
- APP_SET_STRINGAPPvoid APP_SET_STRING(const char* property, const char* value)