PlayerSetErrorEventHandler method

void PlayerSetErrorEventHandler(
  1. int player_id,
  2. Pointer<NativeFunction<_typedefC_11>> callback
)

Implementation

void PlayerSetErrorEventHandler(
  int player_id,
  ffi.Pointer<ffi.NativeFunction<_typedefC_11>> callback,
) {
  return _PlayerSetErrorEventHandler(
    player_id,
    callback,
  );
}