Skip to main content

HasWorldSyncedData

Syntax

```csharp bool NAPI.Data.HasWorldSharedData(string key); ```

Required Arguments

  • key: parameter input should be in string type.

NOTE: This function returns data in bool type.

Usage example(s)

Example Description

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