PlayerSetDownloadProgressEventHandler method
void
PlayerSetDownloadProgressEventHandler(
- int player_id,
- Pointer<
NativeFunction< callback_typedefC_5> >
Implementation
void PlayerSetDownloadProgressEventHandler(
int player_id,
ffi.Pointer<ffi.NativeFunction<_typedefC_5>> callback,
) {
return _PlayerSetDownloadProgressEventHandler(
player_id,
callback,
);
}