ACE3/addons/interact_menu/functions/fnc_setToRender.sqf

7 lines
130 B
Plaintext
Raw Normal View History

2015-01-18 18:38:27 +00:00
//fnc_setToRender.sqf
#include "script_component.hpp"
private ["_options"];
_object = _this select 0;
_options = _this select 1;