Expose a hidden api element
This commit is contained in:
parent
5ed8572c07
commit
72b9e19cb5
6
minetest-api.d.ts
vendored
6
minetest-api.d.ts
vendored
@ -319,6 +319,12 @@ export interface minetest {
|
||||
sound_fade(handle: number, step: number, gain: number): void
|
||||
|
||||
registerTSEntity(clazz: { new(): LuaEntity }): void
|
||||
|
||||
/**
|
||||
* WARNING! THIS IS NOT MEANT TO BE USED IN PRODUCTION!
|
||||
* This is only exposed to allow extension!
|
||||
*/
|
||||
spawn_item(pos: Vec3, item: ItemStackObject | string): ObjectRef
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user