HasEntityData

From RAGE Multiplayer Wiki
Revision as of 13:12, 27 November 2019 by Xabi (talk | contribs) (Xabi moved page NAPI.Data.HasEntityData to HasEntityData)

Syntax

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

Required Arguments

  • entity: parameter input should be in NetHandle 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);