C# Класс BugFixAddItem.ItemGrabMenuPatches

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Apply ( ) : void
OnAddItemCheck_Hook ( ItemGrabMenu grabMenu, Farmer who ) : void
emergencyShutDown_Prefix ( ) : void
receiveLeftClick_Prefix ( int x, int y, bool playSound, Item &___sourceItem, TemporaryAnimatedSprite &___poof, ItemGrabMenu.behaviorOnItemSelect ___behaviorFunction, bool ___essential, ItemGrabMenu __instance ) : bool
receiveLeftClick_Transpiler ( IEnumerable instructions, ILGenerator gen ) : IEnumerable
receiveRightClick_Prefix ( int x, int y, bool playSound, Item &___sourceItem, TemporaryAnimatedSprite &___poof, ItemGrabMenu.behaviorOnItemSelect ___behaviorFunction, bool ___essential, ItemGrabMenu __instance ) : bool
receiveRightClick_Transpiler ( IEnumerable instructions, ILGenerator gen ) : IEnumerable

Описание методов

Apply() публичный статический Метод

public static Apply ( ) : void
Результат void

OnAddItemCheck_Hook() публичный статический Метод

public static OnAddItemCheck_Hook ( ItemGrabMenu grabMenu, Farmer who ) : void
grabMenu ItemGrabMenu
who Farmer
Результат void

emergencyShutDown_Prefix() публичный статический Метод

public static emergencyShutDown_Prefix ( ) : void
Результат void

receiveLeftClick_Prefix() публичный статический Метод

public static receiveLeftClick_Prefix ( int x, int y, bool playSound, Item &___sourceItem, TemporaryAnimatedSprite &___poof, ItemGrabMenu.behaviorOnItemSelect ___behaviorFunction, bool ___essential, ItemGrabMenu __instance ) : bool
x int
y int
playSound bool
___sourceItem Item
___poof TemporaryAnimatedSprite
___behaviorFunction ItemGrabMenu.behaviorOnItemSelect
___essential bool
__instance ItemGrabMenu
Результат bool

receiveLeftClick_Transpiler() публичный статический Метод

public static receiveLeftClick_Transpiler ( IEnumerable instructions, ILGenerator gen ) : IEnumerable
instructions IEnumerable
gen ILGenerator
Результат IEnumerable

receiveRightClick_Prefix() публичный статический Метод

public static receiveRightClick_Prefix ( int x, int y, bool playSound, Item &___sourceItem, TemporaryAnimatedSprite &___poof, ItemGrabMenu.behaviorOnItemSelect ___behaviorFunction, bool ___essential, ItemGrabMenu __instance ) : bool
x int
y int
playSound bool
___sourceItem Item
___poof TemporaryAnimatedSprite
___behaviorFunction ItemGrabMenu.behaviorOnItemSelect
___essential bool
__instance ItemGrabMenu
Результат bool

receiveRightClick_Transpiler() публичный статический Метод

public static receiveRightClick_Transpiler ( IEnumerable instructions, ILGenerator gen ) : IEnumerable
instructions IEnumerable
gen ILGenerator
Результат IEnumerable