- Implement 3D space rtree-based indexing in the Full ObjectStore
- Implement ScriptDialogReply thanks to Hintswen - Add a rudimentary object search - doesn't work fully yet because of the missing messages
This commit is contained in:
2
dist/classes/interfaces/IGameObject.d.ts
vendored
2
dist/classes/interfaces/IGameObject.d.ts
vendored
@@ -1,4 +1,6 @@
|
||||
import { ITreeBoundingBox } from './ITreeBoundingBox';
|
||||
export interface IGameObject {
|
||||
rtreeEntry?: ITreeBoundingBox;
|
||||
hasNameValueEntry(key: string): boolean;
|
||||
getNameValueEntry(key: string): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user