From ab5af07deca3e47e929fb83b5db4b28a4393033b Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 28 Oct 2019 11:41:45 +0100 Subject: [PATCH] Initial Commit: 3D Project - 1 - Code - Key Down (hpf94yhisd.js) --- hpf94yhisd.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 hpf94yhisd.js diff --git a/hpf94yhisd.js b/hpf94yhisd.js new file mode 100644 index 0000000..1be47b6 --- /dev/null +++ b/hpf94yhisd.js @@ -0,0 +1,26 @@ +var project = this.getParentProject(); + +if (!project || !project.loaded) { + return; +} + +/** + * Ignore events which don't belong to my project + */ +if (project !== data.project) { + return; +} + +if (!this.initialized) { + + /** + * Set some initialization code here + */ + + this.initialized = true; +} + + +return null; + +//@ sourceURL=3d_project_1_code_key_down.js \ No newline at end of file