mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-05-03 19:55:19 -05:00
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
///trace(string)
|
|
// Outputs a string to the debug console
|
|
show_debug_message(string(argument[0]));
|