Skip to main content

GetWorldData

Syntax

```csharp dynamic NAPI.Data.GetWorldData(string key); ```

Required Arguments

  • key: parameter input should be in string type.

NOTE: This function returns data in dynamic type.

Usage example(s)

Example Description

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