Changes between Version 1 and Version 2 of Exposed_Script_Object


Ignore:
Timestamp:
Mar 22, 2023, 10:03:02 AM (14 months ago)
Author:
Beau
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exposed_Script_Object

    v1 v2  
    1 = XML Script Object =
    2 
    3 A <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 
    9 or
    10 
    11 {{{
    12   <script file="gui/test/functions_utility_coord.js"><![CDATA[
    13   ]]></script>
    14 }}}