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

◆ EmoteDraw()

void GUIEmotesWindow.EmoteDraw ( ItemGrid_Layout gridLayout,
int index,
Vector2 position,
float scale )
inline

Definition at line 215 of file GUIEmotesWindow.cs.

216 {
217 if (this._emoteEntries._size == 0)
218 {
219 }
220 if (this.emoteOver == 0)
221 {
222 }
223 }
List< int > _emoteEntries

References _emoteEntries, System.Collections.Generic.List< T >._size, and emoteOver.