remove_light function
void
remove_light()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Int)>()
external void remove_light(
ffi.Pointer<ffi.Void> viewer,
int entityId,
);
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Int)>()
external void remove_light(
ffi.Pointer<ffi.Void> viewer,
int entityId,
);