File tree Expand file tree Collapse file tree 5 files changed +559
-9
lines changed Expand file tree Collapse file tree 5 files changed +559
-9
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,12 @@ class Main extends Sprite
157157 trace (testArray .get (" test2" ));
158158 trace (testArray [" test" ]);
159159
160+ // 'You can\'t put variable expressions in COMMENTS, silly!'.NativeComment(true);
161+ // trace('testArray: $testArray');
162+ // 'testArray = $testArray'.NativeTrace(true, false);
163+ // "NativeTrace works with double quotes too!".NativeTrace(true);
164+ // testArray.NativeTrace(true, false);
165+
160166 yutautil. Threader .runInThread (commandPrompt .start ());
161167 #if HSCRIPT_ALLOWED
162168 Iris .warn = function (x , ? pos : haxe. PosInfos ) {
@@ -315,9 +321,6 @@ class Main extends Sprite
315321 // This is a test to see if the GoToTag and GoTo string extensions work correctly.
316322
317323
318- // trace("E tag woooooorks!!!");
319-
320-
321324 #if android
322325 FlxG .android .preventDefaultKeys = [flixel.input.android. FlxAndroidKey .BACK ];
323326 #end
@@ -409,6 +412,7 @@ class Main extends Sprite
409412 #if CRASH_HANDLER
410413 public static function onCrash (e : UncaughtErrorEvent ): Void
411414 {
415+ " Crash Handler Code for Mixtape Engine Rework." .NativeComment ();
412416 // Prevent further propagation of the error to avoid crashing the application
413417 e .preventDefault ();
414418 var errMsg : String = " " ;
Original file line number Diff line number Diff line change @@ -174,6 +174,13 @@ class PlayState extends MusicBeatState
174174 var raveLightsColors : Array <Int >;
175175 var ravemode : Bool ;
176176
177+ // public static function testSpeedEvent(input:Dynamic):Null<SpeedEvent>
178+ // {
179+ // // Checks if the input is a LuaScript instance.
180+ // return yutautil.CUMacroTools.createNullStruct();
181+ // }
182+
183+
177184 @:noCompletion
178185 static function set_stageUI (value : String ): String
179186 {
You can’t perform that action at this time.
0 commit comments