Tried to add a ScriptDialog event...
It's currently not working, not sure what I missed.
This commit is contained in:
12
dist/events/ScriptDialogEvent.d.ts
vendored
Normal file
12
dist/events/ScriptDialogEvent.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { UUID, Vector3 } from '..';
|
||||
export declare class ScriptDialogEvent {
|
||||
ObjectID: UUID;
|
||||
FirstName: string;
|
||||
LastName: string;
|
||||
ObjectName: Vector3;
|
||||
Message: string;
|
||||
ChatChannel: number;
|
||||
ImageID: UUID;
|
||||
Buttons: string;
|
||||
OwnerID: UUID;
|
||||
}
|
||||
Reference in New Issue
Block a user