terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Attributes | |
bool | IncludeControllers = true |
bool | IncludeUnknownControllers |
bool | IncludeNonStandardControls = true |
bool | IncludeMouseButtons |
bool | IncludeMouseScrollWheel |
bool | IncludeKeys = true |
bool | IncludeModifiersAsFirstClassKeys |
uint | MaxAllowedBindings |
uint | MaxAllowedBindingsPerType |
bool | AllowDuplicateBindingsPerSet |
bool | UnsetDuplicateBindingsOnSet |
bool | RejectRedundantBindings |
BindingSource | ReplaceBinding |
Func< PlayerAction, BindingSource, bool > | OnBindingFound |
Action< PlayerAction, BindingSource > | OnBindingAdded |
Action< PlayerAction, BindingSource, BindingSourceRejectionType > | OnBindingRejected |
Action< PlayerAction > | OnBindingEnded |
Definition at line 6 of file BindingListenOptions.cs.