mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-28 10:06:51 -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]));
|