remove_light function

  1. @Native<Void Function(Pointer<Void>, Int)>(ffi.Pointer<ffi.Void>, ffi.Int)>()
void remove_light(
  1. Pointer<Void> viewer,
  2. int entityId
)

Implementation

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