mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
#include "script_component.hpp"
|
|
|
|
{
|
|
drawLine3D [(_x select 0), (_x select 1), [1,1,1,1]];
|
|
} forEach GVAR(debug_lines);
|