> For the complete documentation index, see [llms.txt](https://vc-docs.gitbook.io/engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vc-docs.gitbook.io/engine/home/doxygen_synced/classes/class_database_data.md).

# DatabaseData

**Usage:** `api.DatabaseData.Guid(dbData)`

## Public Functions

|        | Name                                                                                                                                                                                                                                                                                              |
| ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| string | <p><a href="https://git.unimetaverse.net/vc-core-engine/doxygen/-/tree/main/Classes/Classes/class_database_data.md#function-guid"><strong>Guid</strong></a>(global::DatabaseData dbData)<br>Returns the unique network ID (UID) of the NetworkObject on the given DatabaseData's game object.</p> |

## Public Functions Documentation

### function Guid

```csharp
static string Guid(
    global::DatabaseData dbData
)
```

Returns the unique network ID (UID) of the NetworkObject on the given DatabaseData's game object.

**Parameters**:

* **dbData** The database-data component whose owning object's UID is wanted.

**Return**: The NetworkObject UID string.

***

Updated on 2026-07-22 at 12:00:00 +0800
