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

ResetEntityData

Материал из RAGE MP Wiki Archive
Версия от 19:34, 22 декабря 2022; imported>Xabi
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Syntax

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

Required Arguments

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

Usage example(s)

Example Description <syntaxhighlight lang="C#" >NAPI.Data.ResetEntityData(entity, key);</syntaxhighlight>