Skip to content

Commit c7cc91a

Browse files
WheteThungerlukespragg
authored andcommitted
Add OnGrowableStateChange hook
- bool? OnGrowableStateChange(GrowableEntity growableEntity, PlantProperties.State state)
1 parent e2f18fc commit c7cc91a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

resources/Rust.opj

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16893,6 +16893,34 @@
1689316893
"BaseHookName": null,
1689416894
"HookCategory": "Entity"
1689516895
}
16896+
},
16897+
{
16898+
"Type": "Simple",
16899+
"Hook": {
16900+
"InjectionIndex": 0,
16901+
"ReturnBehavior": 1,
16902+
"ArgumentBehavior": 4,
16903+
"ArgumentString": "this, a0",
16904+
"HookTypeName": "Simple",
16905+
"Name": "OnGrowableStateChange",
16906+
"HookName": "OnGrowableStateChange",
16907+
"AssemblyName": "Assembly-CSharp.dll",
16908+
"TypeName": "GrowableEntity",
16909+
"Flagged": false,
16910+
"Signature": {
16911+
"Exposure": 0,
16912+
"Name": "ChangeState",
16913+
"ReturnType": "System.Void",
16914+
"Parameters": [
16915+
"PlantProperties/State",
16916+
"System.Boolean",
16917+
"System.Boolean"
16918+
]
16919+
},
16920+
"MSILHash": "0C1+c0xi0SgtdDqbYMP3WIs4j01WlvZB/YEWL8hhpaE=",
16921+
"BaseHookName": null,
16922+
"HookCategory": "Resource"
16923+
}
1689616924
}
1689716925
],
1689816926
"Modifiers": [

0 commit comments

Comments
 (0)