Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
C# (CSharp) Item.OnRemove примеры использования
Язык программирования:
C# (CSharp)
Класс/Тип:
Item
Метод/Функция:
OnRemove
Примеров на hotexamples.com:
1
C# (CSharp) Item.OnRemove - 1 пример найден
. Это лучшие примеры C# (CSharp) кода для
Item.OnRemove
из пакета TestGame, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Основные методы
Показать
Скрыть
LoadFromRawSql(30)
A(23)
Activate(19)
Action(8)
GetAge(6)
GetMarks(6)
AddColumn(3)
GetDirectory(2)
GetAttributeByIdOrNull(2)
GenerateNewIdentity(2)
DecrementSellInBy(2)
GetInsuranceCost(2)
GetStrGrade(2)
GetBasePosition(2)
HasQualityUnder(2)
AcquireItem(2)
HasSellByDatePassed(2)
ResetCoolDown(2)
Lost(1)
NewDestinatinBoxPos(1)
OfType(1)
OnDragLift(1)
Needs(1)
ModifyEquipStats(1)
OnItemDropDown(1)
LoadFromSql(1)
OnMount(1)
OnItemLifted(1)
Picked(1)
ResetUsePerTurn(1)
ResetQuality(1)
ResetCoolDownSetting(1)
RecordBounce(1)
RayCastToItem(1)
PickedupWithInventory(1)
ParseSecondaryProperties(1)
OnItemPickUp(1)
ParseMainProperties(1)
OverrideSound(1)
OnRemovedFromSale(1)
OnRemove(1)
OnPlacedForSale(1)
IsTransient(1)
LoadCustomFieldsFromString(1)
GhostFor(1)
IsDroppable(1)
CheckLift(1)
AccCheck(1)
Accept(1)
AcceptChanges(1)
Основные методы
LoadFromRawSql (30)
A (23)
Activate (19)
Action (8)
GetAge (6)
GetMarks (6)
AddColumn (3)
GetDirectory (2)
GetAttributeByIdOrNull (2)
GenerateNewIdentity (2)
Основные методы
DecrementSellInBy (2)
GetInsuranceCost (2)
GetStrGrade (2)
GetBasePosition (2)
HasQualityUnder (2)
AcquireItem (2)
HasSellByDatePassed (2)
ResetCoolDown (2)
Lost (1)
NewDestinatinBoxPos (1)
OfType (1)
OnDragLift (1)
Needs (1)
ModifyEquipStats (1)
OnItemDropDown (1)
LoadFromSql (1)
OnMount (1)
OnItemLifted (1)
Picked (1)
ResetUsePerTurn (1)
Основные методы
OfType (1)
OnDragLift (1)
Needs (1)
ModifyEquipStats (1)
OnItemDropDown (1)
LoadFromSql (1)
OnMount (1)
OnItemLifted (1)
Picked (1)
ResetUsePerTurn (1)
ResetQuality (1)
ResetCoolDownSetting (1)
RecordBounce (1)
RayCastToItem (1)
PickedupWithInventory (1)
ParseSecondaryProperties (1)
OnItemPickUp (1)
ParseMainProperties (1)
OverrideSound (1)
OnRemovedFromSale (1)
OnRemove (1)
OnPlacedForSale (1)
IsTransient (1)
LoadCustomFieldsFromString (1)
GhostFor (1)
IsDroppable (1)
CheckLift (1)
AccCheck (1)
Accept (1)
AcceptChanges (1)
Основные методы
ResetQuality (1)
ResetCoolDownSetting (1)
RecordBounce (1)
RayCastToItem (1)
PickedupWithInventory (1)
ParseSecondaryProperties (1)
OnItemPickUp (1)
ParseMainProperties (1)
OverrideSound (1)
OnRemovedFromSale (1)
OnRemove (1)
OnPlacedForSale (1)
IsTransient (1)
LoadCustomFieldsFromString (1)
GhostFor (1)
IsDroppable (1)
CheckLift (1)
AccCheck (1)
Accept (1)
AcceptChanges (1)
AcceptIfOnlyMatched (1)
Accepts (1)
AcquireItems (1)
ActionInstant (1)
ActionSkill (1)
Actions (1)
ActivateEffect (1)
ArgumentNotNull (1)
CanUnlockItem (1)
DecreaseDurability (1)
IsActivatable (1)
GetActivationType (1)
GetAttributeItemType (1)
GetAudioDirectory (1)
GetDropItem (1)
GetPotionsAndRandomizeEffects (1)
GetStat (1)
GetTextureIndex (1)
GetTurnEffects (1)
AUpper (1)
Документация по классу Item
Пример #1
0
Показать файл
Файл:
PlayerCharacter.cs
Проект:
JoeLee9981/GGJ_2016_ritual
public void RemoveFromInventory(Item item) { Inventory.Remove(item); item.OnRemove(this); }
x