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

◆ DrawControlsBanner()

void GUIControlsBanner.DrawControlsBanner ( GUIControlsBanner::ActionSource source)
inline

Definition at line 389 of file GUIControlsBanner.cs.

390 {
393 if (moreLeftStateActions != null)
394 {
395 return;
396 }
398 if (moreRightStateActions == null || moreRightStateActions == null)
399 {
400 }
402 }
class f__AnonymousType0<< Count > j__TPar
List< GUIControlsBanner.Action >[] sourceActions

References System.array, j__TPar, MoreLeftStateActions, MoreRightStateActions, System.source, and sourceActions.