Skip to main content

ResetWorldData

Syntax​

```csharp void NAPI.Data.ResetWorldData(string key); ```

Required Arguments

  • key: parameter input should be in string type.

Usage example(s)​

Example Description

```csharp NAPI.Data.ResetWorldData(key); ```