2022-03-26 15:48:43 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-07-06 08:08:05 +00:00
|
|
|
<class name="ScriptLanguage" inherits="Object" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2022-03-26 15:48:43 +00:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
2023-06-11 16:23:48 +00:00
|
|
|
<constants>
|
|
|
|
<constant name="SCRIPT_NAME_CASING_AUTO" value="0" enum="ScriptNameCasing">
|
|
|
|
</constant>
|
|
|
|
<constant name="SCRIPT_NAME_CASING_PASCAL_CASE" value="1" enum="ScriptNameCasing">
|
|
|
|
</constant>
|
|
|
|
<constant name="SCRIPT_NAME_CASING_SNAKE_CASE" value="2" enum="ScriptNameCasing">
|
|
|
|
</constant>
|
|
|
|
<constant name="SCRIPT_NAME_CASING_KEBAB_CASE" value="3" enum="ScriptNameCasing">
|
|
|
|
</constant>
|
|
|
|
</constants>
|
2022-03-26 15:48:43 +00:00
|
|
|
</class>
|