HasEntityData

From RAGE Multiplayer Wiki
Revision as of 19:33, 22 December 2022 by Xabi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

bool NAPI.Data.HasEntityData(Entity entity, string key);

Required Arguments

  • entity: parameter input should be in Entity type.
  • key: parameter input should be in string type.

NOTE: This function returns data in bool type.

Usage example(s)

Example Description

NAPI.Data.HasEntityData(entity, key);