Skip to content
Snippets Groups Projects
Commit 7e8d4ca3 authored by Oz Linden's avatar Oz Linden
Browse files

make "default" a constant, and remove that and "state" from events

parent 274327e1
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,11 @@ ...@@ -33,6 +33,11 @@
<key>tooltip</key> <key>tooltip</key>
<string>Leave current event or function.\nreturn [&lt;variable&gt;];\nOptionally pass back a variable's value, from a function.</string> <string>Leave current event or function.\nreturn [&lt;variable&gt;];\nOptionally pass back a variable's value, from a function.</string>
</map> </map>
<key>state</key>
<map>
<key>tooltip</key>
<string>state &lt;target&gt;\nIf the target state is not the same as the current one, change to the target state.</string>
</map>
<key>while</key> <key>while</key>
<map> <map>
<key>tooltip</key> <key>tooltip</key>
...@@ -5992,33 +5997,14 @@ ...@@ -5992,33 +5997,14 @@
<key>tooltip</key> <key>tooltip</key>
<string/> <string/>
</map> </map>
</map>
<key>events</key>
<map>
<key>default</key> <key>default</key>
<map> <map>
<key>arguments</key> <key>tooltip</key>
<undef /> <string>All scripts must have a default state, which is the first state entered when the script starts.\nIf another state is defined before the default state, the compiler will report a syntax error.</string>
<key>tooltip</key>
<string>All scripts must have a default state, which is the first state entered when the script starts.\nIf another state is defined before the default state, the compiler will report a syntax error.</string>
</map>
<key>state</key>
<map>
<key>arguments</key>
<array>
<map>
<key>Name</key>
<map>
<key>type</key>
<string>string</string>
<key>tooltip</key>
<string/>
</map>
</map>
</array>
<key>tooltip</key>
<string>state &lt;target&gt;\nChange to the target state.</string>
</map> </map>
</map>
<key>events</key>
<map>
<key>at_rot_target</key> <key>at_rot_target</key>
<map> <map>
<key>arguments</key> <key>arguments</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment