企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
| 属性 | 功能 | | --- | --- | | property Count: Integer; | 数量 | | property EventTypes\[Index: Integer\]: Integer; | 存储途径类型 | | property Names\[Index: Integer\]: UnicodeString; | 物品所属的玩家名称 | | property Params\[Index: Integer\]: UnicodeString; | 用于获取 存入时候的自定义参数 | | property SaveIndexs\[index: Integer\]: UnicodeString; | 保存编号 | | property UserItems\[index: Integer\]: TUserItem; | 物品数据 (临时数据 要添加到其他地方 必须CopyUserItem) | | function R\_ TStoreItemList\_ Count: Integer; | | | function R\_ TStoreItemList\_ EventTypes(index: Integer): Integer; | | | function R\_ TStoreItemList\_ Names(Index: Integer): UnicodeString; | | | function R\_ TStoreItemList\_ Params(Index: Integer): UnicodeString; | | | function R\_ TStoreItemList\_ SaveIndexs(index: Integer): UnicodeString; | | | function R\_ TStoreItemList\_ UserI tems(index: Integer): TUserTtem; | | | procedure Add(var Item: TStoreItem); | | | procedure Clear; | | | function ClassName: ShortString; | | | function ClassParent: TClass; | | | function ClassType: TClass; | | | function Equals(Obj: TObject): Boolean; | | | function GetHashCode: Integer; | | | function InheritsFrom(AClass: TClass): Boolean; | | | function InstanceSize: Integer; | | | function NewInstance: TObject; | | | function ToString: UnicodeString; | | | constructor Create; | | | destructor Destroy; | | | procedure Free; | | | procedure FreeIns tance; | |