DataStoreCmdrUtils
Shared plumbing for the datastore Cmdr commands. Runs on both realms, so nothing here may reach for a store -- those live on the server.
Functions
parsePath
DataStoreCmdrUtils.parsePath(text: string) → {string}Splits a slash-delimited sub-store path into its segments, dropping empty ones so a stray or trailing slash is forgiving rather than an error. An empty path means the root store.
registerSubStoreType
DataStoreCmdrUtils.registerSubStoreType(cmdr: Cmdr) → ()Registers the sub-store path type.
Cmdr resolves types against the executor, who cannot see another player's stores, so a path is accepted as typed rather than completed against anything.