Method | Description | |
---|---|---|
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.
|
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 | |
return | HUDMessage |
public static addItemToInventoryBool_Transpiler ( IEnumerable instructions ) : IEnumerable |
||
instructions | IEnumerable | |
return | IEnumerable |