differentrain How do I cheat?
Reputation: 0
Joined: 12 Jul 2025 Posts: 3
|
Posted: Sun Sep 07, 2025 7:50 pm Post subject: Is there any way to process generics method/type? |
|
|
In Unity game, generics classes or methods is very common.
e.g. some games uses Dictionary<TKey,TValue> to store vars.
in sometime, I can use other methods access dictionary indirectly, but unfortunately, I have to traverse entries in dictionary to get the value, becouse that I can not invoke get_Item/set_Item method by using lua.
Traversing entries is very slow, so I wonder that is there any way to process generics method/type?
|
|