Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 |
public static OnAddItemCheck_Hook ( ItemGrabMenu grabMenu, Farmer who ) : void | ||
grabMenu | ItemGrabMenu | |
who | Farmer | |
return | void |
public static emergencyShutDown_Prefix ( ) : void | ||
return | void |
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 | |
return | bool |
public static receiveLeftClick_Transpiler ( IEnumerable instructions, ILGenerator gen ) : IEnumerable |
||
instructions | IEnumerable | |
gen | ILGenerator | |
return | IEnumerable |
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 | |
return | bool |
public static receiveRightClick_Transpiler ( IEnumerable instructions, ILGenerator gen ) : IEnumerable |
||
instructions | IEnumerable | |
gen | ILGenerator | |
return | IEnumerable |