remove_entity function

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

Implementation

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