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

◆ ClearLinkedButtonBindings() [2/2]

void GUIControllerMappingStateTable.ClearLinkedButtonBindings ( int stateIndex,
Buttons button,
[Optional] List< ControllerActionButton > allowedActions )
inline

Definition at line 314 of file GUIControllerMappingStateTable.cs.

315 {
316 if (this.LinkedChildState != null)
317 {
318 if (allowedActions != null)
319 {
320 return;
321 }
322 return;
323 }
324 else
325 {
326 int size = this.LinkedParentStates._size;
327 if (allowedActions != null)
328 {
329 return;
330 }
331 return;
332 }
333 }
GUIControllerMappingStateTable LinkedChildState
List< GUIControllerMappingStateTable > LinkedParentStates

References System.Collections.Generic.List< T >._size, LinkedChildState, and LinkedParentStates.