Skip to main content

HasWorldData

Syntax

```csharp bool NAPI.Data.HasWorldData(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.HasWorldData(key); ```