My Project v1
Project
载入中...
搜索中...
未找到
Game.ComponentCreativeInventory
类 Game.ComponentCreativeInventory 继承关系图:
Game.ComponentCreativeInventory 的协作图:

class  Order
 

Public 成员函数

override void Load (ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap)
 
override void Save (ValuesDictionary valuesDictionary, EntityToIdMap entityToIdMap)
 
virtual int GetSlotValue (int slotIndex)
 
virtual int GetSlotCount (int slotIndex)
 
virtual int GetSlotCapacity (int slotIndex, int value)
 
virtual int GetSlotProcessCapacity (int slotIndex, int value)
 
virtual void AddSlotItems (int slotIndex, int value, int count)
 
virtual void ProcessSlotItems (int slotIndex, int value, int count, int processCount, out int processedValue, out int processedCount)
 
virtual int RemoveSlotItems (int slotIndex, int count)
 
virtual void DropAllItems (Vector3 position)
 
- Public 成员函数 继承自 Game.IInventory

Public 属性

List< int > m_slots = []
 
int m_activeSlotIndex
 
int m_visibleSlotsCount = 10
 

静态 Public 属性

const int m_largeNumber = 0x1fffffff
 

属性

int OpenSlotsCount [get, set]
 
int CategoryIndex [get, set]
 
int PageIndex [get, set]
 
Project IInventory. Project [get]
 
int ActiveSlotIndex [get, set]
 
int SlotsCount [get]
 
int VisibleSlotsCount [get, set]
 
- 属性 继承自 Game.IInventory

成员函数说明

◆ AddSlotItems()

virtual void Game.ComponentCreativeInventory.AddSlotItems ( int slotIndex,
int value,
int count )
virtual

实现了 Game.IInventory.

◆ DropAllItems()

virtual void Game.ComponentCreativeInventory.DropAllItems ( Vector3 position)
virtual

实现了 Game.IInventory.

◆ GetSlotCapacity()

virtual int Game.ComponentCreativeInventory.GetSlotCapacity ( int slotIndex,
int value )
virtual

实现了 Game.IInventory.

函数调用图:

◆ GetSlotCount()

virtual int Game.ComponentCreativeInventory.GetSlotCount ( int slotIndex)
virtual

实现了 Game.IInventory.

这是这个函数的调用关系图:

◆ GetSlotProcessCapacity()

virtual int Game.ComponentCreativeInventory.GetSlotProcessCapacity ( int slotIndex,
int value )
virtual

实现了 Game.IInventory.

函数调用图:

◆ GetSlotValue()

virtual int Game.ComponentCreativeInventory.GetSlotValue ( int slotIndex)
virtual

实现了 Game.IInventory.

这是这个函数的调用关系图:

◆ Load()

override void Game.ComponentCreativeInventory.Load ( ValuesDictionary valuesDictionary,
IdToEntityMap idToEntityMap )
函数调用图:

◆ ProcessSlotItems()

virtual void Game.ComponentCreativeInventory.ProcessSlotItems ( int slotIndex,
int value,
int count,
int processCount,
out int processedValue,
out int processedCount )
virtual

实现了 Game.IInventory.

函数调用图:

◆ RemoveSlotItems()

virtual int Game.ComponentCreativeInventory.RemoveSlotItems ( int slotIndex,
int count )
virtual

实现了 Game.IInventory.

函数调用图:

◆ Save()

override void Game.ComponentCreativeInventory.Save ( ValuesDictionary valuesDictionary,
EntityToIdMap entityToIdMap )

类成员变量说明

◆ m_activeSlotIndex

int Game.ComponentCreativeInventory.m_activeSlotIndex

◆ m_largeNumber

const int Game.ComponentCreativeInventory.m_largeNumber = 0x1fffffff
static

◆ m_slots

List<int> Game.ComponentCreativeInventory.m_slots = []

◆ m_visibleSlotsCount

int Game.ComponentCreativeInventory.m_visibleSlotsCount = 10

属性说明

◆ ActiveSlotIndex

int Game.ComponentCreativeInventory.ActiveSlotIndex
getset

实现了 Game.IInventory.

◆ CategoryIndex

int Game.ComponentCreativeInventory.CategoryIndex
getset

◆ OpenSlotsCount

int Game.ComponentCreativeInventory.OpenSlotsCount
getset

◆ PageIndex

int Game.ComponentCreativeInventory.PageIndex
getset

◆ Project

Project IInventory. Game.ComponentCreativeInventory.Project
getprivate

实现了 Game.IInventory.

◆ SlotsCount

int Game.ComponentCreativeInventory.SlotsCount
get

实现了 Game.IInventory.

◆ VisibleSlotsCount

int Game.ComponentCreativeInventory.VisibleSlotsCount
getset

实现了 Game.IInventory.


该类的文档由以下文件生成: