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

◆ Postupdate()

void CursorInputLayer.Postupdate ( List< Cursor > cursors)
inline

Definition at line 42 of file CursorInputLayer.cs.

43 {
45 if (postUpdateCallback != null)
46 {
47 IntPtr invoke_impl = postUpdateCallback.invoke_impl;
48 IntPtr method_code = postUpdateCallback.method_code;
49 IntPtr method = postUpdateCallback.method;
50 return;
51 }
52 }
class f__AnonymousType0<< Count > j__TPar
CursorInputLayer.CursorPostUpdate PostUpdateCallback

References j__TPar, and PostUpdateCallback.