Перейти к содержанию

HasEntityData

Материал из RAGE MP Wiki Archive

Syntax

<syntaxhighlight lang="C#" >bool NAPI.Data.HasEntityData(Entity entity, string key);</syntaxhighlight>

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 <syntaxhighlight lang="C#" >NAPI.Data.HasEntityData(entity, key);</syntaxhighlight>