Search results

  1. Help! Method with object[] array

    Is there a way to hook methods with object[] argument? I tried using monoArray but I'm unsure about how to use it as an argument // RVA: 0xA61170 Offset: 0xA61170 VA: 0xA61170 public void InfoRequest(_Player Player, object[] Data) { } void (*InfoRequest)(void* instance...