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

ResetEntitySyncedData

Материал из RAGE MP Wiki Archive
(перенаправлено с «NAPI.Data.ResetEntitySyncedData»)

Syntax

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

Required Arguments

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

Usage example(s)

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