Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateStringEntry(ResourceTableCollection, string)

Adds a string key to a collection across every one of its locale tables.
Read time 1 minuteLast updated 12 days ago

Definition

public static long CreateStringEntry(ResourceTableCollection collection, string key)

Parameters

The collection to add the key to.

The key text.

Returns

Type

Description

longThe new key's stable id, or zero when the collection has no shared data or the key is empty.

Remarks

Registers the key in the collection's SharedTableData and adds an empty StringEntry for it to each table, then saves. Checking the key text for empty or duplicate names is the caller's job; an empty key adds nothing and returns zero.