Changes between Initial Version and Version 1 of Exposed_Script_Object


Ignore:
Timestamp:
Feb 23, 2008, 4:18:58 AM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exposed_Script_Object

    v1 v1  
     1= XML Script Object =
     2
     3A <script /> object can be nested into an XML to link a .js file into its scope (so that its contents can be called and recognised), using either:
     4
     5{{{
     6  <Script File="entities/template_entity_script.js" />
     7}}}
     8
     9or
     10
     11{{{
     12  <script file="gui/test/functions_utility_coord.js"><![CDATA[
     13  ]]></script>
     14}}}