C# 클래스 ShowItemQuality.ModEntry.FarmerPatch

파일 보기 프로젝트 열기: Pathoschild/smapi-mod-dump

공개 메소드들

메소드 설명
FixedHUDMessage_Hook ( string displayName, int number, bool add, Color color, Item item ) : HUDMessage

Insertable, altered HUDMessage constructor that uses a single-stack clone of the original object.

addItemToInventoryBool_Transpiler ( IEnumerable instructions ) : IEnumerable

Adds a hook that calls FixedHUDMessage_Hook inside the game's addItemToInventoryBool method.

메소드 상세

FixedHUDMessage_Hook() 공개 정적인 메소드

Insertable, altered HUDMessage constructor that uses a single-stack clone of the original object.
public static FixedHUDMessage_Hook ( string displayName, int number, bool add, Color color, Item item ) : HUDMessage
displayName string
number int
add bool
color Color
item Item
리턴 HUDMessage

addItemToInventoryBool_Transpiler() 공개 정적인 메소드

Adds a hook that calls FixedHUDMessage_Hook inside the game's addItemToInventoryBool method.
public static addItemToInventoryBool_Transpiler ( IEnumerable instructions ) : IEnumerable
instructions IEnumerable
리턴 IEnumerable