terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnDisable()

void MultiplayerWithBindingsExample.Player.OnDisable ( )
inlineprivate

Definition at line 28 of file Player.cs.

29 {
30 PlayerActions playerActions = this.<Actions>k__BackingField;
31 if (playerActions != null)
32 {
33 playerActions.Destroy();
34 return;
35 }
36 }
PlayerActions< Actions > k__BackingField
Definition Player.cs:97

References MultiplayerWithBindingsExample.Player.Actions, InControl.PlayerActionSet.Destroy(), and MultiplayerWithBindingsExample.Player.k__BackingField.