C# Class LoveOfCooking.Core.HarmonyPatches.BushPatches

Afficher le fichier Open project: b-b-blueberry/CooksAssistant Class Usage Examples

Méthodes publiques

Méthode Description
EffectiveSize_Prefix ( Bush __instance, int &__result ) : bool
InBloom_Prefix ( Bush __instance, bool &__result ) : bool
IsDestroyable_Prefix ( Bush __instance, bool &__result ) : bool
Patch ( Harmony harmony ) : void
Shake_Prefix ( Bush __instance, Vector2 tileLocation ) : bool

Method Details

EffectiveSize_Prefix() public static méthode

public static EffectiveSize_Prefix ( Bush __instance, int &__result ) : bool
__instance Bush
__result int
Résultat bool

InBloom_Prefix() public static méthode

public static InBloom_Prefix ( Bush __instance, bool &__result ) : bool
__instance Bush
__result bool
Résultat bool

IsDestroyable_Prefix() public static méthode

public static IsDestroyable_Prefix ( Bush __instance, bool &__result ) : bool
__instance Bush
__result bool
Résultat bool

Patch() public static méthode

public static Patch ( Harmony harmony ) : void
harmony Harmony
Résultat void

Shake_Prefix() public static méthode

public static Shake_Prefix ( Bush __instance, Vector2 tileLocation ) : bool
__instance Bush
tileLocation Vector2
Résultat bool