概要
方法
返回 MemoryStoreHashMap 實例,以提供的名稱。
返回 MemoryStoreQueue 實例以提供的名稱。
為提供的名稱返回 MemoryStoreSortedMap 實例。
屬性
方法
GetHashMap
返回提供的名稱為 MemoryStoreHashMap 的實例。名稱在遊戲中全球,因此使用相同名稱的任何地方都可以存取相同的哈希地圖。
參數
哈希地圖的名稱。
返回
提供此名稱的 MemoryStoreHashMap 實例。
GetQueue
返回提供的名稱為 Class.MemoryStoreQueue 的實例。名稱在遊戲中全部MemoryStoreQueue ,因此使用相同名稱的任何地方都可以存取相同的佇列。
參數
排隊的名稱。
(可選) 隱藏時間倒數,以秒為單位,對於這個隨機化的隊個體、實例。如果未提供,將以30秒為預設值。
返回
提供此名稱的 MemoryStoreQueue 實例。
GetSortedMap
返回 MemoryStoreSortedMap 實例為指定名稱。名稱在遊戲中全球,因此使用相同名稱的任何地方都會存取相同的排序地圖。
參數
排序地圖的名稱。
返回
Class.MemoryStoreSortedMap 實例為指定的名稱。